1# Copyright © 2018 Intel Corporation 2# SPDX-License-Identifier: MIT 3 4foreach t : ['tri', 'quad-tex'] 5 executable( 6 t, 7 '@[email protected]'.format(t), 8 include_directories : [inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_gallium_aux], 9 link_with : [libgallium, libpipe_loader_dynamic], 10 dependencies : idep_mesautil, 11 install : false, 12 ) 13endforeach 14