include_directories(
	${GLEXT_INCLUDE_DIR}
	${OPENGL_INCLUDE_PATH}
)

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

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-minmax minmax.c)

# vim: ft=cmake:
