7 piglitutil_${piglit_target_api}
11 # Display stuff in the tests
12 #add_definitions (-DDISPLAY)
14 # Don't bother with the piglit helper functions since we just need a simple
15 # static link that won't be installed. (We'll actually anger newer cmake if we
16 # use piglit helpers).
17 add_library (pipestat_help STATIC pipestat_help.c)
19 piglit_add_executable (arb_pipeline_statistics_query-extra_prims pipeline_stats_extra_prims.c)
20 target_link_libraries (arb_pipeline_statistics_query-extra_prims pipestat_help)
21 piglit_add_executable (arb_pipeline_statistics_query-vert pipeline_stats_vert.c)
22 target_link_libraries (arb_pipeline_statistics_query-vert pipestat_help)
23 piglit_add_executable (arb_pipeline_statistics_query-vert_adj pipeline_stats_vert_adj.c)
24 target_link_libraries (arb_pipeline_statistics_query-vert_adj pipestat_help)
25 piglit_add_executable (arb_pipeline_statistics_query-clip pipeline_stats_clip.c)
26 target_link_libraries (arb_pipeline_statistics_query-clip pipestat_help)
27 piglit_add_executable (arb_pipeline_statistics_query-geom pipeline_stats_geom.c)
28 target_link_libraries (arb_pipeline_statistics_query-geom pipestat_help)
29 piglit_add_executable (arb_pipeline_statistics_query-frag pipeline_stats_frag.c)
30 target_link_libraries (arb_pipeline_statistics_query-frag pipestat_help)
31 piglit_add_executable (arb_pipeline_statistics_query-comp pipeline_stats_comp.c)
32 target_link_libraries (arb_pipeline_statistics_query-comp pipestat_help)