aboutsummaryrefslogtreecommitdiff
path: root/tests/hiz
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2012-05-18 14:25:35 -0700
committerChad Versace <chad.versace@linux.intel.com>2012-05-23 13:04:26 -0700
commitdf3ad924503de5f0f27ff167917cfd4b7c37c9e6 (patch)
treed5dfc9d5b53b6668800922be8c2c340ec88c145f /tests/hiz
parentf03240c7c3857bbfac4d1a27845a5b376c771c9f (diff)
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 <pauli.nieminen@intel.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com> Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'tests/hiz')
-rw-r--r--tests/hiz/CMakeLists.gl.txt2
1 files changed, 0 insertions, 2 deletions
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)