aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/ext_packed_depth_stencil/CMakeLists.gl.txt
blob: 7fd1cc12c6fed9fac0b299a77bdca9e4b6ed8d58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 (ext_packed_depth_stencil-readpixels-24_8 readpixels-24_8.c)

# vim: ft=cmake: