mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-27 15:10:53 +00:00
fa671b9a16
- Integrated with current ACR - Fix some stale fails got removed
9 lines
177 B
Meson
9 lines
177 B
Meson
|
|
executable('rahash2', 'rahash2.c',
|
|
include_directories: include_directories([
|
|
'../../libr/include'
|
|
]),
|
|
link_with: [r_util, r_hash, r_io, r_crypto],
|
|
install: true
|
|
)
|