ext_gpu_shader4: add compiler tests for everything
[piglit.git] / tests / spec / glsl-1.10 / execution / CMakeLists.gl.txt
blobfcf7437c450fa2e834759ac5a4c31a05f9ed9b7f
2 include_directories(
3         ${GLEXT_INCLUDE_DIR}
4         ${OPENGL_INCLUDE_PATH}
5         ${piglit_SOURCE_DIR}/tests/mesa/util
8 link_libraries (
9         piglitutil_${piglit_target_api}
10         ${OPENGL_gl_LIBRARY}
13 piglit_add_executable (glsl-render-after-bad-attach glsl-render-after-bad-attach.c)
14 piglit_add_executable (glsl-1.10-built-in-matrix-state built-in-matrix-state.c)
15 piglit_add_executable (glsl-1.10-built-in-uniform-state built-in-uniform-state.c)
16 piglit_add_executable (glsl-1.10-fragdepth fragdepth.c)
17 piglit_add_executable (glsl-1.10-linear-fog linear-fog.c)
18 piglit_add_executable (glsl-1.10-uniform-matrix-transposed uniform-matrix-transposed.c)