diff options
Diffstat (limited to 'tests/egl/CMakeLists.gl.txt')
-rw-r--r-- | tests/egl/CMakeLists.gl.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/egl/CMakeLists.gl.txt b/tests/egl/CMakeLists.gl.txt index aa863b0cd..ddfbbef9c 100644 --- a/tests/egl/CMakeLists.gl.txt +++ b/tests/egl/CMakeLists.gl.txt @@ -2,7 +2,6 @@ include_directories( ${GLEXT_INCLUDE_DIR} ${OPENGL_INCLUDE_PATH} - ${GLUT_INCLUDE_DIR} ) link_libraries ( @@ -10,7 +9,6 @@ link_libraries ( ${OPENGL_gl_LIBRARY} ${OPENGL_glu_LIBRARY} ${OPENGL_egl_LIBRARY} - ${GLUT_glut_LIBRARY} ) IF(${CMAKE_SYSTEM_NAME} MATCHES "Linux") |