mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-14 08:49:50 +00:00
7 lines
188 B
Meson
7 lines
188 B
Meson
executable('rahash2', 'rahash2.c',
|
|
include_directories: [platform_inc],
|
|
link_with: [r_util, r_hash, r_io, r_crypto, r_socket],
|
|
install: true,
|
|
implicit_include_directories: false
|
|
)
|