ext_gpu_shader4: add compiler tests for everything
[piglit.git] / tests / spec / arb_blend_func_extended / api / CMakeLists.gl.txt
blob6d2ae5456393299b56e6346ab40bb7f837a657c9
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_blend_func_extended-bindfragdataindexed-invalid-parameters bindfragdataindexed-invalid-parameters.c)
12 piglit_add_executable (arb_blend_func_extended-getfragdataindex getfragdataindex.c)
13 piglit_add_executable (arb_blend_func_extended-output-location output-location.c)
14 piglit_add_executable (arb_blend_func_extended-blend-api blend-api)
15 piglit_add_executable (arb_blend_func_extended-error-at-begin error-at-begin)
16 # vim: ft=cmake: