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