aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/amd_seamless_cubemap_per_texture/CMakeLists.gl.txt
blob: 7b006d4f83edc79ce516270c154ba421f717215f (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 (amd_seamless_cubemap_per_texture amd_seamless_cubemap_per_texture.c)

# vim: ft=cmake: