mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 13:37:22 +00:00
[host] linux: add missing library to fix compilation
This commit is contained in:
parent
0b4e98881f
commit
87568f97eb
@ -12,6 +12,7 @@ add_library(platform_Linux STATIC
|
||||
add_subdirectory("capture")
|
||||
|
||||
target_link_libraries(platform_Linux
|
||||
m
|
||||
capture
|
||||
pthread
|
||||
X11
|
||||
|
Loading…
Reference in New Issue
Block a user