ext_gpu_shader4: add compiler tests for everything
[piglit.git] / tests / spec / arb_texture_storage / CMakeLists.gl.txt
blobe3877829d24d382f564c7c8647f0a843c5a0018a
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_texture_storage-texture-storage texture-storage.c)
12 piglit_add_executable (arb_texture_storage-texture-storage-attach-before attach-before-storage.c)
14 # vim: ft=cmake: