summaryrefslogtreecommitdiff
path: root/tests/spec/arb_color_buffer_float
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2011-03-07 11:38:57 +0000
committerJosé Fonseca <jfonseca@vmware.com>2011-03-07 13:02:04 +0000
commitc7ff7a94800176cf9860dee0253f35b11efdf4ec (patch)
tree3c75989dd06a0dac89a83edb69938c3cf6d286f9 /tests/spec/arb_color_buffer_float
parent5d357f140ddc09c794e907181cc5ae9220112b20 (diff)
cmake: Allow GL/glext.h to be specified separately.
glext.h is not bundled on MSVC, so its path needs to be included separately. It might be also useful on other platforms to override the system's glext.h with a more recent one.
Diffstat (limited to 'tests/spec/arb_color_buffer_float')
-rw-r--r--tests/spec/arb_color_buffer_float/CMakeLists.gl.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/spec/arb_color_buffer_float/CMakeLists.gl.txt b/tests/spec/arb_color_buffer_float/CMakeLists.gl.txt
index 829b610fc..868334cbf 100644
--- a/tests/spec/arb_color_buffer_float/CMakeLists.gl.txt
+++ b/tests/spec/arb_color_buffer_float/CMakeLists.gl.txt
@@ -1,4 +1,5 @@
include_directories(
+ ${GLEXT_INCLUDE_DIR}
${OPENGL_INCLUDE_PATH}
${GLUT_INCLUDE_DIR}
${piglit_SOURCE_DIR}/tests/spec/arb_color_buffer_float