ext_gpu_shader4: add compiler tests for everything
[piglit.git] / tests / spec / ext_texture_swizzle / CMakeLists.gl.txt
blob3aa6ef907a919d98f1c95d45d65a2e4538f2b31a
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 (depth_texture_mode_and_swizzle depth_texture_mode_and_swizzle.c)
12 piglit_add_executable (ext_texture_swizzle-api api.c)
13 piglit_add_executable (ext_texture_swizzle-swizzle swizzle.c)
15 # vim: ft=cmake: