1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
panfrost_progs = [ 'panfrost_get_param', 'panfrost_gem_new', 'panfrost_prime', 'panfrost_submit', ] foreach prog : panfrost_progs test_executables += executable(prog, prog + '.c', dependencies : test_deps, install_dir : panfrostdir, install_rpath : panfrost_rpathdir, install : true) test_list += join_paths('panfrost', prog) endforeach