diff options
author | Chad Versace <chad.versace@intel.com> | 2011-02-23 16:36:43 -0800 |
---|---|---|
committer | Chad Versace <chad.versace@intel.com> | 2011-02-25 20:42:14 -0800 |
commit | 5a78cfbda788c13e1885240ddf9ac1fd968707dd (patch) | |
tree | 949e3f44b373b686db1bd26bcd73a07adaf6ef07 /tests/CMakeLists.txt | |
parent | fc493b486b8f9b85af05eb854f04bb581b94250f (diff) |
piglit: Add header <piglit/gl_wrap.h>
A convenience header that includes the actual OpenGL headers, which are
chosen according to the macro definitions USE_OPENGL and USE_OPENGL_ES2.
Note: This belongs to a series that adds GLES2 support to Piglit.
Signed-off-by: Chad Versace <chad.versace@intel.com>
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 748cc88d9..8dec193c0 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,4 +1,3 @@ - add_subdirectory (util) add_subdirectory (bugs) add_subdirectory (fbo) |