glsl: test loop unroll with uint overflow
[piglit.git] / tests / spec / arb_vertex_program / CMakeLists.gl.txt
blob14e066133e10e547bc8709d27cdaf02fe4d4b1fc
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_program-get-limits-without-fp get-limits-without-fp.c)
12 piglit_add_executable (arb_vertex_program-getenv4d-with-error getenv4d-with-error.c)
13 piglit_add_executable (arb_vertex_program-getlocal4d-with-error getlocal4d-with-error.c)
14 piglit_add_executable (arb_vertex_program-getlocal4f-max getlocal4f-max.c)
15 piglit_add_executable (arb_vertex_program-getlocal4-errors getlocal4-errors.c)
16 piglit_add_executable (arb_vertex_program-matrix-property-bindings matrix-property-bindings.c)
17 piglit_add_executable (arb_vertex_program-minmax minmax.c)
18 piglit_add_executable (arb_vertex_program-property-bindings property-bindings.c)
19 piglit_add_executable (arb_vertex_program-unused-attributes unused-attributes.c)
21 # vim: ft=cmake: