mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-12 17:48:33 +00:00
15 lines
279 B
Meson
15 lines
279 B
Meson
executable('rahash2', 'rahash2.c',
|
|
include_directories: [platform_inc],
|
|
dependencies: [
|
|
r_util_dep,
|
|
r_main_dep,
|
|
r_hash_dep,
|
|
r_io_dep,
|
|
r_crypto_dep,
|
|
r_socket_dep
|
|
],
|
|
install: true,
|
|
install_rpath: rpath_exe,
|
|
implicit_include_directories: false
|
|
)
|