From df3ad924503de5f0f27ff167917cfd4b7c37c9e6 Mon Sep 17 00:00:00 2001 From: Chad Versace Date: Fri, 18 May 2012 14:25:35 -0700 Subject: cmake: Relocate all GLUT directives into single location Nearly all CMakeLists.gl.txt contained the following: include_directories(${GLUT_INCLUDE_DIR}) link_libraries(${GLUT_glut_LIBRARY}) This patch relocates them to cmake/target_api/gl/CMakeLists.txt. Reviewed-by: Pauli Nieminen Reviewed-by: Jordan Justen Reviewed-by: Anuj Phogat Signed-off-by: Chad Versace --- tests/hiz/CMakeLists.gl.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/hiz') diff --git a/tests/hiz/CMakeLists.gl.txt b/tests/hiz/CMakeLists.gl.txt index cd646f27..28d8f857 100644 --- a/tests/hiz/CMakeLists.gl.txt +++ b/tests/hiz/CMakeLists.gl.txt @@ -3,7 +3,6 @@ include_directories( ${GLEXT_INCLUDE_DIR} ${OPENGL_INCLUDE_PATH} - ${GLUT_INCLUDE_DIR} ) piglit_add_library(hiz-util @@ -16,7 +15,6 @@ link_libraries ( ${OPENGL_gl_LIBRARY} ${OPENGL_glu_LIBRARY} - ${GLUT_glut_LIBRARY} ) piglit_add_executable(hiz-depth-stencil-test-fbo-d0-s8 hiz-depth-stencil-test-fbo-d0-s8.c) -- cgit v1.2.3