ARB_ubo/referenced-by-shader: pass if shader compiler moves UBOs between shaders
[piglit.git] / tests / spec / amd_depth_clamp_separate / CMakeLists.gl.txt
blob4f49172627b4918247601b0332b1a0cbaa54e74f
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 (amd_depth_clamp_separate_status
12                        depth-clamp-separate-status.c)
13 piglit_add_executable (amd_depth_clamp_separate_range depth-clamp-range.c)
15 # vim: ft=cmake: