pokeplatinum/tools/meson.build
Rachel bf232756b6
Some checks are pending
build / build (push) Waiting to run
Store nitrogfx in the source tree (#734)
2025-09-04 21:24:55 -07:00

24 lines
632 B
Meson

rapidjson_dep = dependency('rapidjson')
# Native tools
subdir('csv2bin')
subdir('datagen')
subdir('fixrom')
subdir('json2bin')
subdir('msgenc')
subdir('nitrogfx')
subdir('ordergen')
subdir('postconf')
subdir('scripts')
subdir('debug')
# 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)