aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/arb_shader_texture_lod/execution/CMakeLists.gl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/arb_shader_texture_lod/execution/CMakeLists.gl.txt')
-rw-r--r--tests/spec/arb_shader_texture_lod/execution/CMakeLists.gl.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/spec/arb_shader_texture_lod/execution/CMakeLists.gl.txt b/tests/spec/arb_shader_texture_lod/execution/CMakeLists.gl.txt
index c4039394..2366fa92 100644
--- a/tests/spec/arb_shader_texture_lod/execution/CMakeLists.gl.txt
+++ b/tests/spec/arb_shader_texture_lod/execution/CMakeLists.gl.txt
@@ -10,5 +10,6 @@ link_libraries (
)
piglit_add_executable (arb_shader_texture_lod-texgrad texgrad.c)
+piglit_add_executable (arb_shader_texture_lod-texgradcube texgradcube.c)
# vim: ft=cmake: