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/asmparsertest | |
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/asmparsertest')
-rw-r--r-- | tests/asmparsertest/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/asmparsertest/CMakeLists.txt b/tests/asmparsertest/CMakeLists.txt index 4c30b327b..fbc9975a5 100644 --- a/tests/asmparsertest/CMakeLists.txt +++ b/tests/asmparsertest/CMakeLists.txt @@ -3,7 +3,6 @@ include_directories( ${OPENGL_INCLUDE_PATH} ${GLUT_INCLUDE_DIR} ${piglit_SOURCE_DIR}/tests/util - ${GLEW_INCLUDE_DIR} ) link_directories ( @@ -14,7 +13,6 @@ link_libraries ( piglitutil ${OPENGL_gl_LIBRARY} ${GLUT_glut_LIBRARY} - ${GLEW_glew_LIBRARY} ) add_executable (asmparsertest asmparsertest.c) |