summaryrefslogtreecommitdiff
path: root/tests/spec/amd_depth_clamp_separate/CMakeLists.gl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/amd_depth_clamp_separate/CMakeLists.gl.txt')
-rw-r--r--tests/spec/amd_depth_clamp_separate/CMakeLists.gl.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/spec/amd_depth_clamp_separate/CMakeLists.gl.txt b/tests/spec/amd_depth_clamp_separate/CMakeLists.gl.txt
new file mode 100644
index 000000000..4f4917262
--- /dev/null
+++ b/tests/spec/amd_depth_clamp_separate/CMakeLists.gl.txt
@@ -0,0 +1,15 @@
+include_directories(
+ ${GLEXT_INCLUDE_DIR}
+ ${OPENGL_INCLUDE_PATH}
+)
+
+link_libraries (
+ piglitutil_${piglit_target_api}
+ ${OPENGL_gl_LIBRARY}
+)
+
+piglit_add_executable (amd_depth_clamp_separate_status
+ depth-clamp-separate-status.c)
+piglit_add_executable (amd_depth_clamp_separate_range depth-clamp-range.c)
+
+# vim: ft=cmake: