framework/replay: disable AA accounting when comparing with no tolerance
[piglit.git] / tests / spec / arb_texture_buffer_range / CMakeLists.gl.txt
bloba0c3cc4e7119d255f20b27fc027369b7da98506e
1 include_directories(
2         ${GLEXT_INCLUDE_DIR}
3         ${OPENGL_INCLUDE_PATH}
4         ${piglit_SOURCE_DIR}/tests/util
7 link_libraries (
8         piglitutil_${piglit_target_api}
9         ${OPENGL_gl_LIBRARY}
12 piglit_add_executable (arb_texture_buffer_range-dlist dlist.c)
13 piglit_add_executable (arb_texture_buffer_range-errors errors.c)
14 piglit_add_executable (arb_texture_buffer_range-ranges ranges.c)
15 piglit_add_executable (arb_texture_buffer_range-ranges-2 ranges-2.c)