summaryrefslogtreecommitdiff
path: root/tests/spec/ext_texture_integer/CMakeLists.gl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/ext_texture_integer/CMakeLists.gl.txt')
-rw-r--r--tests/spec/ext_texture_integer/CMakeLists.gl.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/spec/ext_texture_integer/CMakeLists.gl.txt b/tests/spec/ext_texture_integer/CMakeLists.gl.txt
index 2ae89aecf..2e5d16c61 100644
--- a/tests/spec/ext_texture_integer/CMakeLists.gl.txt
+++ b/tests/spec/ext_texture_integer/CMakeLists.gl.txt
@@ -15,5 +15,7 @@ link_libraries (
add_executable (ext_texture_integer-fbo_integer_precision_clear fbo-integer-precision-clear.c)
add_executable (ext_texture_integer-texture_integer_glsl130 texture-integer-glsl130.c)
+add_executable (fbo-ti-hack fbo-ti-hack.c)
+
# vim: ft=cmake: