glsl-1.10: test mesa bug conflict between globals
[piglit.git] / tests / spec / ext_polygon_offset_clamp / CMakeLists.gl.txt
blobdb68249422a9a39a02f5908d31937bc33cdaae7d
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_polygon_offset_clamp-draw draw.c)
12 piglit_add_executable (ext_polygon_offset_clamp-dlist dlist.c)
14 # vim: ft=cmake: