include_directories( ${GLEXT_INCLUDE_DIR} ${OPENGL_INCLUDE_PATH} ) link_libraries ( piglitutil_${piglit_target_api} ${OPENGL_gl_LIBRARY} ) piglit_add_executable (arb_texture_storage-texture-storage texture-storage.c) piglit_add_executable (arb_texture_storage-texture-storage-attach-before attach-before-storage.c) # vim: ft=cmake: