aboutsummaryrefslogtreecommitdiff
path: root/tests/glx/CMakeLists.gl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/glx/CMakeLists.gl.txt')
-rw-r--r--tests/glx/CMakeLists.gl.txt9
1 files changed, 1 insertions, 8 deletions
diff --git a/tests/glx/CMakeLists.gl.txt b/tests/glx/CMakeLists.gl.txt
index b2fc2b6e..c3b2bfca 100644
--- a/tests/glx/CMakeLists.gl.txt
+++ b/tests/glx/CMakeLists.gl.txt
@@ -21,7 +21,7 @@ IF(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
add_executable (glx-destroycontext-1 glx-destroycontext-1.c)
add_executable (glx-destroycontext-2 glx-destroycontext-2.c)
add_executable (glx-multithread glx-multithread.c)
- target_link_libraries(glx-multithread pthread X11)
+ target_link_libraries(glx-multithread pthread)
add_executable (glx-multithread-makecurrent-1 glx-multithread-makecurrent-1.c)
target_link_libraries(glx-multithread-makecurrent-1 pthread)
add_executable (glx-multithread-makecurrent-2 glx-multithread-makecurrent-2.c)
@@ -34,20 +34,13 @@ IF(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
add_executable (glx-swap-event glx-swap-event.c)
add_executable (glx-make-glxdrawable-current glx-make-glxdrawable-current.c)
add_executable (glx-swap-exchange glx-swap-exchange.c)
- target_link_libraries(glx-swap-exchange X11)
add_executable (glx-tfp glx-tfp.c)
- target_link_libraries(glx-tfp X11)
add_executable (glx-pixmap-life glx-pixmap-life.c)
- target_link_libraries(glx-pixmap-life X11)
add_executable (glx-pixmap13-life glx-pixmap13-life.c)
- target_link_libraries(glx-pixmap13-life X11)
add_executable (glx-window-life glx-window-life.c)
- target_link_libraries(glx-window-life X11)
add_executable (glx-pixmap-multi glx-pixmap-multi.c)
- target_link_libraries(glx-pixmap-multi X11)
add_executable (glx-pixmap-crosscheck glx-pixmap-crosscheck.c)
- target_link_libraries(glx-pixmap-crosscheck X11)
add_executable (glx-visuals-stencil glx-visuals-stencil.c)