ext_gpu_shader4: add compiler tests for everything
[piglit.git] / tests / spec / arb_framebuffer_srgb / CMakeLists.gl.txt
blob2ed61d793d178979d7497b6dbe2cc75ee42e4299
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_framebuffer_srgb-pushpop pushpop.c)
12 piglit_add_executable (arb_framebuffer_srgb-blit blit.c)
13 piglit_add_executable (arb_framebuffer_srgb-clear clear.c)
14 piglit_add_executable (arb_framebuffer_srgb-srgb_conformance srgb_conformance.c)
15 piglit_add_executable (arb_framebuffer_srgb-fast-clear-blend fast-clear-blend.c)
16 piglit_add_executable (arb_framebuffer_srgb-srgb_pbo srgb_pbo.c)