include_directories(
       ${GLEXT_INCLUDE_DIR}
       ${OPENGL_INCLUDE_PATH}
)

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

piglit_add_executable (arb_explicit_uniform_location-minmax minmax.c)
piglit_add_executable (arb_explicit_uniform_location-boundaries loc-boundaries.c)
piglit_add_executable (arb_explicit_uniform_location-array-elements array-elements.c)
piglit_add_executable (arb_explicit_uniform_location-inactive-uniform inactive-uniform.c)
piglit_add_executable (arb_explicit_uniform_location-use-of-unused-loc use-of-unused-loc.c)
