aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/gl-2.0/api/CMakeLists.gl.txt
blob: 235be734978192429bd31036a5d8cabbb34af1f3 (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 (getattriblocation-conventional getattriblocation-conventional.c)
add_executable (clip-flag-behavior clip-flag-behavior.c)

# vim: ft=cmake: