mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-01 00:51:19 +00:00
9 lines
234 B
Meson
9 lines
234 B
Meson
executable('radiff2', 'radiff2.c',
|
|
include_directories: [platform_inc],
|
|
link_with: [
|
|
r_util, r_io, r_search, r_cons, r_core, r_bin, r_anal, r_asm, r_hash, r_config
|
|
],
|
|
install: true,
|
|
implicit_include_directories: false
|
|
)
|