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

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

add_executable (arb_vertex_program-getenv4d-with-error getenv4d-with-error.c)
add_executable (arb_vertex_program-getlocal4d-with-error getlocal4d-with-error.c)
add_executable (arb_vertex_program-minmax minmax.c)

# vim: ft=cmake: