glsl: test loop unroll with uint overflow
[piglit.git] / tests / spec / arb_vertex_array_object / CMakeLists.gl.txt
blob16d69c97084789448ca7fd8e0583151c322f358f
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 (arb_vertex_array-delete-object-0 delete-object-0.c)
12 piglit_add_executable (arb_vertex_array-isvertexarray isvertexarray.c)
14 # vim: ft=cmake: