diff options
Diffstat (limited to 'tests/spec/khr_debug/CMakeLists.gl.txt')
-rw-r--r-- | tests/spec/khr_debug/CMakeLists.gl.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/spec/khr_debug/CMakeLists.gl.txt b/tests/spec/khr_debug/CMakeLists.gl.txt new file mode 100644 index 000000000..b0079df52 --- /dev/null +++ b/tests/spec/khr_debug/CMakeLists.gl.txt @@ -0,0 +1,14 @@ +include_directories( + ${GLEXT_INCLUDE_DIR} + ${OPENGL_INCLUDE_PATH} +) + +link_libraries ( + piglitutil_${piglit_target_api} + ${OPENGL_gl_LIBRARY} + ${OPENGL_glu_LIBRARY} +) + +piglit_add_executable (khr_debug-object-label debug-object-label.c) + +# vim: ft=cmake: |