summaryrefslogtreecommitdiff
path: root/tests/spec/ati_envmap_bumpmap/CMakeLists.gl.txt
blob: 62142f9a3688a6e9efa392fa6ce5ebe95d5e3092 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include_directories(
	${GLEXT_INCLUDE_DIR}
	${OPENGL_INCLUDE_PATH}
	${piglit_SOURCE_DIR}/tests/spec/arb_color_buffer_float
)

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

piglit_add_executable (ati_envmap_bumpmap-bump bump.c)

# vim: ft=cmake: