diff options
author | José Fonseca <jfonseca@vmware.com> | 2011-03-07 11:38:57 +0000 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2011-03-07 13:02:04 +0000 |
commit | c7ff7a94800176cf9860dee0253f35b11efdf4ec (patch) | |
tree | 3c75989dd06a0dac89a83edb69938c3cf6d286f9 /tests/asmparsertest | |
parent | 5d357f140ddc09c794e907181cc5ae9220112b20 (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/asmparsertest')
-rw-r--r-- | tests/asmparsertest/CMakeLists.gl.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/asmparsertest/CMakeLists.gl.txt b/tests/asmparsertest/CMakeLists.gl.txt index c132861df..d8c0007fe 100644 --- a/tests/asmparsertest/CMakeLists.gl.txt +++ b/tests/asmparsertest/CMakeLists.gl.txt @@ -1,5 +1,6 @@ include_directories( + ${GLEXT_INCLUDE_DIR} ${OPENGL_INCLUDE_PATH} ${GLUT_INCLUDE_DIR} ${piglit_SOURCE_DIR}/tests/util |