summaryrefslogtreecommitdiff
path: root/tests/spec/arb_gpu_shader_fp64/shader_storage/CMakeLists.gl.txt
blob: 06655f80d0c87c9d3d2c977bc481693a276d011a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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)