include_directories(
	${GLEXT_INCLUDE_DIR}
	${OPENGL_INCLUDE_PATH}
)

link_libraries (
	piglitutil_${piglit_target_api}
	${OPENGL_gl_LIBRARY}
)

piglit_add_executable (arb_vertex_program-get-limits-without-fp get-limits-without-fp.c)
piglit_add_executable (arb_vertex_program-getenv4d-with-error getenv4d-with-error.c)
piglit_add_executable (arb_vertex_program-getlocal4d-with-error getlocal4d-with-error.c)
piglit_add_executable (arb_vertex_program-getlocal4f-max getlocal4f-max.c)
piglit_add_executable (arb_vertex_program-getlocal4-errors getlocal4-errors.c)
piglit_add_executable (arb_vertex_program-matrix-property-bindings matrix-property-bindings.c)
piglit_add_executable (arb_vertex_program-minmax minmax.c)
piglit_add_executable (arb_vertex_program-property-bindings property-bindings.c)
piglit_add_executable (arb_vertex_program-unused-attributes unused-attributes.c)

# vim: ft=cmake:
