ext_gpu_shader4: add compiler tests for everything
[piglit.git] / tests / spec / arb_vertex_program / CMakeLists.gl.txt
blobd52b56511d417b7b0a857dfec6651197581eeebc
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)
20 # vim: ft=cmake: