summaryrefslogtreecommitdiff
path: root/tests/spec/arb_copy_buffer
diff options
context:
space:
mode:
authorBlaž Tomažič <blaz.tomazic@gmail.com>2012-06-21 20:55:13 +0200
committerBlaž Tomažič <blaz.tomazic@gmail.com>2012-06-28 03:55:04 +0200
commitc67fad0c2fff3860af3d8bf53a4ee17c324873ba (patch)
tree19b42fc813ac3a86e9902c43b5954cc77828b778 /tests/spec/arb_copy_buffer
parent34ef043d488ce58b68971422b18f042e674f149d (diff)
cmake: Move piglitutil library to piglitutil_gl
Build gl utilities to piglitutil_gl library insted of piglitutil. As a result all executables linking to piglitutil library now link to piglitutil_gl. Signed-off-by: Blaž Tomažič <blaz.tomazic@gmail.com> Reviewed-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, 1 insertions, 1 deletions
diff --git a/tests/spec/arb_copy_buffer/CMakeLists.gl.txt b/tests/spec/arb_copy_buffer/CMakeLists.gl.txt
index fc3829d11..d191909f6 100644
--- a/tests/spec/arb_copy_buffer/CMakeLists.gl.txt
+++ b/tests/spec/arb_copy_buffer/CMakeLists.gl.txt
@@ -4,7 +4,7 @@ include_directories(
)
link_libraries (
- piglitutil
+ piglitutil_${piglit_target_api}
${OPENGL_gl_LIBRARY}
${OPENGL_glu_LIBRARY}
)