diff options
Diffstat (limited to 'tests/glslparsertest/CMakeLists.gl.txt')
-rw-r--r-- | tests/glslparsertest/CMakeLists.gl.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/glslparsertest/CMakeLists.gl.txt b/tests/glslparsertest/CMakeLists.gl.txt index c2e9ba9a7..33555249c 100644 --- a/tests/glslparsertest/CMakeLists.gl.txt +++ b/tests/glslparsertest/CMakeLists.gl.txt @@ -4,7 +4,7 @@ include_directories( ) link_libraries( - piglitutil + piglitutil_${piglit_target_api} ${OPENGL_gl_LIBRARY} ${OPENGL_glu_LIBRARY} ) |