diff options
author | Vinson Lee <vlee@vmware.com> | 2011-07-20 01:52:10 -0700 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2011-07-20 01:52:10 -0700 |
commit | 6a37587ee838072dc3a372239d9db66ddcfcac76 (patch) | |
tree | ab68f853e55c1b29307aeae7a82165d6613806d5 /tests/texturing/CMakeLists.gl.txt | |
parent | 141bf377f154461392a1784e821ccb99d8548766 (diff) |
Remove texture-buffer-object from texturing/CMakeLists.gl.txt.
It was included in commit 141bf377f154461392a1784e821ccb99d8548766 but
no matching source file was included.
Diffstat (limited to 'tests/texturing/CMakeLists.gl.txt')
-rw-r--r-- | tests/texturing/CMakeLists.gl.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/texturing/CMakeLists.gl.txt b/tests/texturing/CMakeLists.gl.txt index 7c67ed441..6cf51305a 100644 --- a/tests/texturing/CMakeLists.gl.txt +++ b/tests/texturing/CMakeLists.gl.txt @@ -57,7 +57,6 @@ add_executable (teximage-errors teximage-errors.c) add_executable (texrect-many texrect-many.c) add_executable (texredefine texredefine.c) add_executable (texture-packed-formats texture-packed-formats.c) -add_executable (texture-buffer-object texture-buffer-object.c) add_executable (texture-integer texture-integer.c) add_executable (depth-tex-modes depth-tex-modes.c depth-tex-modes-common.c) add_executable (depth-tex-modes-rg depth-tex-modes-rg.c depth-tex-modes-common.c) |