include_directories(
       ${GLEXT_INCLUDE_DIR}
       ${OPENGL_INCLUDE_PATH}
)

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

piglit_add_executable (arb_gpu_shader_fp64-layout-std140-fp64-shader layout-std140-fp64-shader.c)
piglit_add_executable (arb_gpu_shader_fp64-layout-std140-fp64-mixed-shader layout-std140-fp64-mixed-shader.c)
piglit_add_executable (arb_gpu_shader_fp64-layout-std430-fp64-shader layout-std430-fp64-shader.c)
piglit_add_executable (arb_gpu_shader_fp64-layout-std430-fp64-mixed-shader layout-std430-fp64-mixed-shader.c)
