ovr_multiview: add some basic glsl tests
[piglit.git] / tests / spec / nv_primitive_restart / CMakeLists.gl.txt
blobe7e570d4e3cff5dde2c134457b129db42d3527ba
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 (primitive-restart primitive-restart.c)
12 piglit_add_executable (primitive-restart-draw-mode primitive-restart-draw-mode.c)
13 piglit_add_executable (nv_primitive_restart-dlist dlist.c)
14 piglit_add_executable (nv_primitive_restart-errors errors.c)
15 piglit_add_executable (nv_primitive_restart-no-core-profile no-core-profile.c)