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

# vim: ft=cmake: