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

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

add_executable (ext_packed_depth_stencil-readpixels-24_8 readpixels-24_8.c)

# vim: ft=cmake: