ext_gpu_shader4: add compiler tests for everything
[piglit.git] / tests / spec / arb_sampler_objects / CMakeLists.gl.txt
blobdf1a6bb8b4d8ca9de42e609ebb8cf30e09de72c4
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_sampler_objects-sampler-objects sampler-objects.c)
12 piglit_add_executable (arb_sampler_objects-sampler-incomplete sampler-incomplete.c)
13 piglit_add_executable (arb_sampler_objects-srgb-decode srgb-decode.c)
14 piglit_add_executable (arb_sampler_objects-framebufferblit framebufferblit.c)
16 # vim: ft=cmake: