aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/ati_draw_buffers/CMakeLists.gl.txt
blob: c138bd965335fecaa76e0924e9ab99c5a8107da4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 (ati_draw_buffers-arbfp arbfp.c)
add_executable (ati_draw_buffers-arbfp-no-index arbfp-no-index.c)
add_executable (ati_draw_buffers-arbfp-no-option arbfp-no-option.c)

# vim: ft=cmake: