diff options
author | Marek Olšák <maraeo@gmail.com> | 2011-02-17 01:37:53 +0100 |
---|---|---|
committer | Marek Olšák <maraeo@gmail.com> | 2011-02-17 01:42:59 +0100 |
commit | 9ecf09acb8798753b6f33d89eba3e6798ea06f93 (patch) | |
tree | 40a0b4fd7333e3059f613c1bea4b60457259c454 /tests/bugs | |
parent | ddbe7e2ea4417fe16c60d3cd8ebe20063741f762 (diff) |
Import GLEW
Discussed on IRC.
Finally we have headers for OpenGL 4.1 and all the extensions released
to this day.
Diffstat (limited to 'tests/bugs')
-rw-r--r-- | tests/bugs/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/bugs/CMakeLists.txt b/tests/bugs/CMakeLists.txt index 67ca35839..15e2f205d 100644 --- a/tests/bugs/CMakeLists.txt +++ b/tests/bugs/CMakeLists.txt @@ -4,7 +4,6 @@ include_directories( ${GLUT_INCLUDE_DIR} ${piglit_SOURCE_DIR}/tests/mesa/util ${piglit_SOURCE_DIR}/tests/util - ${GLEW_INCLUDE_DIR} ) link_directories ( @@ -17,7 +16,6 @@ link_libraries ( ${OPENGL_glu_LIBRARY} ${GLUT_glut_LIBRARY} ${TIFF_LIBRARY} - ${GLEW_glew_LIBRARY} ) add_executable (crash-cubemap-order crash-cubemap-order.c) |