aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/ati_envmap_bumpmap/CMakeLists.gl.txt
blob: 1d97f5be223da53e8829ccb6951dd3ef64ed9982 (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/spec/arb_color_buffer_float
)

link_libraries (
	piglitutil
	${OPENGL_gl_LIBRARY}
	${OPENGL_glu_LIBRARY}
	${GLUT_glut_LIBRARY}
)

add_executable (ati_envmap_bumpmap-bump bump.c)

# vim: ft=cmake: