ext_gpu_shader4: add compiler tests for everything
[piglit.git] / tests / spec / arb_compute_shader / CMakeLists.gl.txt
blob2258ae88ea124b35585542a7308a52f066ab33c6
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-api_errors api_errors.c)
13 piglit_add_executable (arb_compute_shader-minmax minmax.c)
15 set(depends cs-ids-common.c common.c)
17 piglit_add_executable (arb_compute_shader-dlist dlist.c ${depends})
18 piglit_add_executable (arb_compute_shader-indirect-compute indirect-compute.c ${depends})
19 piglit_add_executable (arb_compute_shader-local-id local-id.c ${depends})
20 piglit_add_executable (arb_compute_shader-render-and-compute render-and-compute.c ${depends})
21 piglit_add_executable (arb_compute_shader-zero-dispatch-size zero-dispatch-size.c ${depends})
23 # vim: ft=cmake: