include_directories(
	${GLEXT_INCLUDE_DIR}
	${OPENGL_INCLUDE_PATH}
)

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

piglit_add_executable (arb_gpu_shader5-invocation-id invocation-id.c)
piglit_add_executable (arb_gpu_shader5-xfb-streams xfb-streams.c)
piglit_add_executable (arb_gpu_shader5-xfb-streams-without-invocations xfb-streams-without-invocations.c)
piglit_add_executable (arb_gpu_shader5-emitstreamvertex_nodraw emitstreamvertex_nodraw.c)
