mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 13:07:54 +00:00
[host] linux: add missing library to fix compilation
This commit is contained in:
parent
0b4e98881f
commit
87568f97eb
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ add_library(platform_Linux STATIC
|
|||
add_subdirectory("capture")
|
||||
|
||||
target_link_libraries(platform_Linux
|
||||
m
|
||||
capture
|
||||
pthread
|
||||
X11
|
||||
|
|
Loading…
Reference in a new issue