ext_gpu_shader4: add compiler tests for everything
[piglit.git] / tests / spec / ati_envmap_bumpmap / CMakeLists.gl.txt
blob62142f9a3688a6e9efa392fa6ce5ebe95d5e3092
1 include_directories(
2         ${GLEXT_INCLUDE_DIR}
3         ${OPENGL_INCLUDE_PATH}
4         ${piglit_SOURCE_DIR}/tests/spec/arb_color_buffer_float
7 link_libraries (
8         piglitutil_${piglit_target_api}
9         ${OPENGL_gl_LIBRARY}
12 piglit_add_executable (ati_envmap_bumpmap-bump bump.c)
14 # vim: ft=cmake: