ext_gpu_shader4: add compiler tests for everything
[piglit.git] / tests / spec / arb_seamless_cube_map / CMakeLists.gl.txt
blob304023940fab0bae135bcc28a409ca740ab8baab
1 include_directories(
2         ${GLEXT_INCLUDE_DIR}
3         ${OPENGL_INCLUDE_PATH}
6 link_libraries (
7         piglitutil_${piglit_target_api}
8         ${OPENGL_gl_LIBRARY}
11 piglit_add_executable (arb_seamless_cubemap arb_seamless_cubemap.c)
12 piglit_add_executable (arb_seamless_cubemap-initially-disabled initially-disabled.c)
13 piglit_add_executable (arb_seamless_cubemap-three-faces-average three-faces-average.c)
15 # vim: ft=cmake: