pokeplatinum/tools/meson.build
Rachel 3cee58041c
Some checks are pending
build / build (push) Waiting to run
Fix the dependency chain for the area data generator (#967)
2026-02-22 15:30:17 -07:00

26 lines
662 B
Meson

rapidjson_dep = dependency('rapidjson')
# Native tools
subdir('csv2bin')
subdir('datagen')
subdir('fixrom')
subdir('jsoncnv')
subdir('msgenc')
subdir('nitrogfx')
subdir('ordergen')
subdir('postconf')
subdir('scripts')
subdir('debug')
copy_exe = find_program('cp')
# ARM binutils
arm_none_eabi_gcc_exe = find_program('arm-none-eabi-gcc', native: true)
arm_none_eabi_objcopy_exe = find_program('arm-none-eabi-objcopy', native: true)
# Subproject tools
makelcf_exe = find_program('makelcf', native: true)
nitrorom_exe = find_program('nitrorom', native: true)
narc_exe = find_program('narc', native: true)
SDATTool_py = find_program('SDATTool_py', native: true)