ext_gpu_shader4: add compiler tests for everything
[piglit.git] / tests / spec / arb_copy_buffer / CMakeLists.gl.txt
blob9cd338dc6627701c92c67dcbbc62094c9cf71f78
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 (copy_buffer_coherency copy_buffer_coherency.c)
12 piglit_add_executable (copybuffersubdata copybuffersubdata.c)
13 piglit_add_executable (arb_copy_buffer-data-sync data-sync.c)
14 piglit_add_executable (arb_copy_buffer-dlist dlist.c)
15 piglit_add_executable (arb_copy_buffer-get get.c)
16 piglit_add_executable (arb_copy_buffer-intra-buffer-copy intra-buffer-copy.c)
17 piglit_add_executable (arb_copy_buffer-overlap overlap.c)
18 piglit_add_executable (arb_copy_buffer-negative-bound-zero negative-bound-zero.c)
19 piglit_add_executable (arb_copy_buffer-negative-bounds negative-bounds.c)
20 piglit_add_executable (arb_copy_buffer-negative-mapped negative-mapped.c)
21 piglit_add_executable (arb_copy_buffer-targets targets.c)
22 piglit_add_executable (arb_copy_buffer-subdata-sync subdata-sync.c)
24 # vim: ft=cmake: