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

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

add_executable (recursion recursion.c)

# vim: ft=cmake: