aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/ext_texture_array/CMakeLists.gl.txt
blob: 9c1125e96ae275cb9f371b1a08723b94402add7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include_directories(
	${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_texture_array-maxlayers maxlayers.c)