radare2/binr/rax2/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
147 B
Meson

executable('rax2', 'rax2.c',
include_directories: include_directories([
'../../libr/include'
]),
link_with: [r_util],
install: true
)