rizin/binrz/rz-diff/meson.build
wargio d47ceedbd3 Merge rz_asm and rz_analysis into one library but keep deprecated apis.
The tms320c64x has been merged into tms320.
2024-03-07 18:38:49 +08:00

18 lines
353 B
Meson

executable('rz-diff', 'rz-diff.c',
include_directories: [platform_inc],
dependencies: [
rz_util_dep,
rz_main_dep,
rz_io_dep,
rz_search_dep,
rz_cons_dep,
rz_core_dep,
rz_bin_dep,
rz_arch_dep,
rz_hash_dep,
rz_config_dep
],
install: true,
install_rpath: rpath_exe,
implicit_include_directories: false,
)