summaryrefslogtreecommitdiff
path: root/tests/spec/arb_seamless_cube_map/CMakeLists.gl.txt
blob: e31759a5fc01b368536cf557c4e1bc0148295ed8 (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}
)

link_libraries (
	piglitutil_${piglit_target_api}
	${OPENGL_gl_LIBRARY}
	${OPENGL_glu_LIBRARY}
)

piglit_add_executable (arb_seamless_cubemap arb_seamless_cubemap.c)
piglit_add_executable (arb_seamless_cubemap-initially-disabled initially-disabled.c)
piglit_add_executable (arb_seamless_cubemap-three-faces-average three-faces-average.c)

# vim: ft=cmake: