include_directories( ${GLEXT_INCLUDE_DIR} ${OPENGL_INCLUDE_PATH} ) link_libraries ( piglitutil_${piglit_target_api} ${OPENGL_gl_LIBRARY} ) piglit_add_executable (copy_buffer_coherency copy_buffer_coherency.c) piglit_add_executable (copybuffersubdata copybuffersubdata.c) piglit_add_executable (arb_copy_buffer-data-sync data-sync.c) piglit_add_executable (arb_copy_buffer-dlist dlist.c) piglit_add_executable (arb_copy_buffer-get get.c) piglit_add_executable (arb_copy_buffer-intra-buffer-copy intra-buffer-copy.c) piglit_add_executable (arb_copy_buffer-overlap overlap.c) piglit_add_executable (arb_copy_buffer-negative-bound-zero negative-bound-zero.c) piglit_add_executable (arb_copy_buffer-negative-bounds negative-bounds.c) piglit_add_executable (arb_copy_buffer-negative-mapped negative-mapped.c) piglit_add_executable (arb_copy_buffer-targets targets.c) piglit_add_executable (arb_copy_buffer-subdata-sync subdata-sync.c) # vim: ft=cmake: