summaryrefslogtreecommitdiff
path: root/tests/spec/khr_texture_compression_astc/CMakeLists.gl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/khr_texture_compression_astc/CMakeLists.gl.txt')
-rw-r--r--tests/spec/khr_texture_compression_astc/CMakeLists.gl.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/spec/khr_texture_compression_astc/CMakeLists.gl.txt b/tests/spec/khr_texture_compression_astc/CMakeLists.gl.txt
new file mode 100644
index 000000000..5a86e6c4c
--- /dev/null
+++ b/tests/spec/khr_texture_compression_astc/CMakeLists.gl.txt
@@ -0,0 +1,7 @@
+link_libraries (
+ piglitutil_${piglit_target_api}
+)
+
+piglit_add_executable(khr_compressed_astc-miptree_${piglit_target_api} khr_compressed_astc-miptree.c)
+
+# vim: ft=cmake: