ARB_ubo/referenced-by-shader: pass if shader compiler moves UBOs between shaders
[piglit.git] / tests / spec / arb_compute_shader / compiler / CMakeLists.gl.txt
blobb58f52270580cba71af4efb3cea7af99d126321c
1 include_directories(
2         ${GLEXT_INCLUDE_DIR}
3         ${OPENGL_INCLUDE_PATH}
4         ${piglit_SOURCE_DIR}/tests/util
7 link_libraries (
8         piglitutil_${piglit_target_api}
9         ${OPENGL_gl_LIBRARY}
12 piglit_add_executable (arb_compute_shader-work_group_size_too_large work_group_size_too_large.c)
14 # vim: ft=cmake: