aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/arb_robustness/CMakeLists.gl.txt
blob: 1d939baad4c08d721404e4c2d7b7c5bf2911797a (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/spec/arb_robustness
	${piglit_SOURCE_DIR}/tests/util
)

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

add_executable (arb_robustness_draw-vbo-bounds draw-vbo-bounds.c)
add_executable (arb_robustness_client-mem-bounds client-mem-bounds.c)

# vim: ft=cmake: