aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/ati_draw_buffers/CMakeLists.gl.txt
blob: 16ce10c9679efb680d47e8a3292cc897d7a7bb4c (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}
)

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: