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

link_libraries (
	piglitutil
	${OPENGL_gl_LIBRARY}
	${OPENGL_glu_LIBRARY}
	${GLUT_glut_LIBRARY}
)

add_executable (arb_blend_func_extended-bindfragdataindexed-invalid-parameters bindfragdataindexed-invalid-parameters.c)
add_executable (arb_blend_func_extended-getfragdataindex getfragdataindex.c)
add_executable (arb_blend_func_extended-blend-api blend-api)
# vim: ft=cmake: