mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-06 10:44:01 +00:00
[host] linux: link with libX11 and libGL
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user