From 2480a86445d9d617c10c17fedc7f4638f96a1c95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Fri, 20 May 2011 11:39:23 +0100 Subject: glx: Remove redundant target_link_libraries statements. X11 is already linked above for all targets. --- tests/glx/CMakeLists.gl.txt | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'tests/glx/CMakeLists.gl.txt') 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) -- cgit v1.2.3