framework/replay: disable AA accounting when comparing with no tolerance
[piglit.git] / tests / glslparsertest / CMakeLists.gl.txt
blob1863b7b137f55c5f8a4f70d45ba954d511b38dc2
1 include_directories(
2         ${GLEXT_INCLUDE_DIR}
3         ${OPENGL_INCLUDE_PATH}
4         )
6 link_libraries(
7         piglitutil_${piglit_target_api}
8         ${OPENGL_gl_LIBRARY}
9         )
11 piglit_add_executable (glslparsertest glslparsertest.c)
13 # vim: ft=cmake: