summaryrefslogtreecommitdiff
path: root/tests/spec/arb_copy_buffer
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2012-03-12 13:34:04 +0000
committerJosé Fonseca <jfonseca@vmware.com>2012-03-12 13:34:04 +0000
commit8fabb95408cc3e482df3a43c66414830e4a3dd86 (patch)
treee6f8eed4dbe21952f0046b12c9b1d92fcdfad25b /tests/spec/arb_copy_buffer
parent050e84927d38a61b23adfac94d7703b96c121cb6 (diff)
cmake: Include GLEXT_INCLUDE_DIR wherever OPENGL_INCLUDE_PATH is included.
Because on Windows glext.h is not part of system headers, and needs to be provided separately.
Diffstat (limited to 'tests/spec/arb_copy_buffer')
-rw-r--r--tests/spec/arb_copy_buffer/CMakeLists.gl.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/spec/arb_copy_buffer/CMakeLists.gl.txt b/tests/spec/arb_copy_buffer/CMakeLists.gl.txt
index d037b7fbf..85ecebefb 100644
--- a/tests/spec/arb_copy_buffer/CMakeLists.gl.txt
+++ b/tests/spec/arb_copy_buffer/CMakeLists.gl.txt
@@ -1,4 +1,5 @@
include_directories(
+ ${GLEXT_INCLUDE_DIR}
${OPENGL_INCLUDE_PATH}
${GLUT_INCLUDE_DIR}
)