aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/arb_seamless_cube_map/CMakeLists.gl.txt
blob: 6b5dc5950f693647b272fb8d6d1fb9a7b66a6d7a (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 (arb_seamless_cubemap arb_seamless_cubemap.c)

# vim: ft=cmake: