pokeplatinum/tools/meson.build

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)