mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[host] linux: link with libX11 and libGL
This commit is contained in:
parent
e467db64d8
commit
a55b5e4b06
@ -14,6 +14,8 @@ add_subdirectory("capture")
|
||||
target_link_libraries(platform_Linux
|
||||
capture
|
||||
pthread
|
||||
X11
|
||||
GL
|
||||
)
|
||||
|
||||
target_include_directories(platform_Linux
|
||||
|
Loading…
Reference in New Issue
Block a user