mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
5 lines
280 B
Meson
5 lines
280 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)
|