[host] linux: add missing library to fix compilation

This commit is contained in:
Geoffrey McRae 2021-06-04 12:44:21 +10:00
parent 0b4e98881f
commit 87568f97eb

View file

@ -12,6 +12,7 @@ add_library(platform_Linux STATIC
add_subdirectory("capture")
target_link_libraries(platform_Linux
m
capture
pthread
X11