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 9db02e4e..edb496ee 100644
--- a/tests/spec/glx_ext_import_context/CMakeLists.gl.txt
+++ b/tests/spec/glx_ext_import_context/CMakeLists.gl.txt
@@ -17,6 +17,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)
+ add_executable (glx-import-context-multi-process import-context-multi-process.c common.c)
add_executable (glx-import-context-single-process import-context-single-process.c common.c)
ENDIF(${CMAKE_SYSTEM_NAME} MATCHES "Linux")