diff options
author | José Fonseca <jfonseca@vmware.com> | 2011-12-13 19:48:10 +0000 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2011-12-13 19:48:10 +0000 |
commit | 72e04c944033fb1163151261a15adb892dfc9de9 (patch) | |
tree | 972ff996cb3e24ecaa04c44b16ef1bec1be500ba /tests/spec/gl-2.0 | |
parent | c5bee4ebdf1a46696098db0e18a7f328493159b5 (diff) |
gl-2.0: Revert accidental change.
tests/spec/gl-2.0/minmax.c doesn't exist, while vertex-program-two-side.c
still does.
Diffstat (limited to 'tests/spec/gl-2.0')
-rw-r--r-- | tests/spec/gl-2.0/CMakeLists.gl.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spec/gl-2.0/CMakeLists.gl.txt b/tests/spec/gl-2.0/CMakeLists.gl.txt index a9089f078..bc771e7eb 100644 --- a/tests/spec/gl-2.0/CMakeLists.gl.txt +++ b/tests/spec/gl-2.0/CMakeLists.gl.txt @@ -13,4 +13,4 @@ link_libraries ( ${GLUT_glut_LIBRARY} ) -add_executable (gl-2.0-minmax minmax.c) +add_executable (vertex-program-two-side vertex-program-two-side.c) |