ARB_ubo/referenced-by-shader: pass if shader compiler moves UBOs between shaders
[piglit.git] / tests / spec / arb_shader_texture_lod / execution / CMakeLists.gl.txt
blob87e5b97e366cc6f9a64e9b9165feaee461ccc532
1 include_directories(
2         ${GLEXT_INCLUDE_DIR}
3         ${OPENGL_INCLUDE_PATH}
6 link_libraries (
7         piglitutil_${piglit_target_api}
8         ${OPENGL_gl_LIBRARY}
11 piglit_add_executable (arb_shader_texture_lod-texgrad texgrad.c)
12 piglit_add_executable (arb_shader_texture_lod-texgradcube texgradcube.c)
14 # vim: ft=cmake: