mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-23 06:11:46 +00:00
[host] linux: link with libX11 and libGL
This commit is contained in:
parent
e467db64d8
commit
a55b5e4b06
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ add_subdirectory("capture")
|
||||||
target_link_libraries(platform_Linux
|
target_link_libraries(platform_Linux
|
||||||
capture
|
capture
|
||||||
pthread
|
pthread
|
||||||
|
X11
|
||||||
|
GL
|
||||||
)
|
)
|
||||||
|
|
||||||
target_include_directories(platform_Linux
|
target_include_directories(platform_Linux
|
||||||
|
|
Loading…
Reference in a new issue