summaryrefslogtreecommitdiff
path: root/tests/spec/arb_copy_buffer
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/spec/arb_copy_buffer
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/spec/arb_copy_buffer')
-rw-r--r--tests/spec/arb_copy_buffer/CMakeLists.gl.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/spec/arb_copy_buffer/CMakeLists.gl.txt b/tests/spec/arb_copy_buffer/CMakeLists.gl.txt
index 017b526d4..fc3829d11 100644
--- a/tests/spec/arb_copy_buffer/CMakeLists.gl.txt
+++ b/tests/spec/arb_copy_buffer/CMakeLists.gl.txt
@@ -1,14 +1,12 @@
include_directories(
${GLEXT_INCLUDE_DIR}
${OPENGL_INCLUDE_PATH}
- ${GLUT_INCLUDE_DIR}
)
link_libraries (
piglitutil
${OPENGL_gl_LIBRARY}
${OPENGL_glu_LIBRARY}
- ${GLUT_glut_LIBRARY}
)
piglit_add_executable (copy_buffer_coherency copy_buffer_coherency.c)