radare2/binr/rahash2/meson.build
pancake fa671b9a16 Initial support for the Meson build system
- Integrated with current ACR
- Fix some stale fails got removed
2017-05-02 05:05:36 +02:00

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
)