framework/replay: disable AA accounting when comparing with no tolerance
[piglit.git] / tests / spec / ext_shader_image_load_store / CMakeLists.gl.txt
blob41ad70cdd5d9b2af3071ce2255ab671d89d74b9c
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 (ext_shader_image_load_store-image_functions image_functions.c)
12 piglit_add_executable (ext_shader_image_load_store-bind_image_error bind_image_error.c)
13 # vim: ft=cmake: