mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 15:49:02 -05:00
9 lines
247 B
Meson
9 lines
247 B
Meson
# Native tools
|
|
subdir('fixdep')
|
|
subdir('fixrom')
|
|
subdir('postconf')
|
|
|
|
# Prebuilt tools
|
|
makebanner_exe = find_program('makebanner', native: true)
|
|
makelcf_exe = find_program('makelcf', native: true)
|
|
makerom_exe = find_program('makerom', native: true) |