pokeplatinum/tools/scripts/meson.build
2024-01-23 21:26:45 -08:00

6 lines
350 B
Meson

make_pl_poke_icon_py = find_program('make_pl_poke_icon.py', native: true)
make_pl_pokegra_py = find_program('make_pl_pokegra.py', native: true)
make_pl_otherpoke_py = find_program('make_pl_otherpoke.py', native: true)
make_height_py = find_program('make_height.py', native: true)
make_script_bin_sh = find_program('make_script_bin.sh', native: true)