aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/glx_ext_import_context/CMakeLists.gl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/glx_ext_import_context/CMakeLists.gl.txt')
-rw-r--r--tests/spec/glx_ext_import_context/CMakeLists.gl.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/spec/glx_ext_import_context/CMakeLists.gl.txt b/tests/spec/glx_ext_import_context/CMakeLists.gl.txt
index f2ad2623..cb99c186 100644
--- a/tests/spec/glx_ext_import_context/CMakeLists.gl.txt
+++ b/tests/spec/glx_ext_import_context/CMakeLists.gl.txt
@@ -15,6 +15,7 @@ link_libraries (
)
IF(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
+ add_executable (glx-free-context free-context.c common.c)
add_executable (glx-get-context-id get-context-id.c common.c)
ENDIF(${CMAKE_SYSTEM_NAME} MATCHES "Linux")