summaryrefslogtreecommitdiff
path: root/tests/spec/arb_blend_func_extended/api/CMakeLists.gl.txt
blob: e7d83babe4e278d93bd25fb61252a1725e79f4b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include_directories(
	${GLEXT_INCLUDE_DIR}
	${OPENGL_INCLUDE_PATH}
)

link_libraries (
	piglitutil_${piglit_target_api}
	${OPENGL_gl_LIBRARY}
	${OPENGL_glu_LIBRARY}
)

piglit_add_executable (arb_blend_func_extended-bindfragdataindexed-invalid-parameters bindfragdataindexed-invalid-parameters.c)
piglit_add_executable (arb_blend_func_extended-getfragdataindex getfragdataindex.c)
piglit_add_executable (arb_blend_func_extended-blend-api blend-api)
piglit_add_executable (arb_blend_func_extended-error-at-begin error-at-begin)
# vim: ft=cmake: