mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-11 06:55:01 +00:00
7 lines
110 B
Meson
7 lines
110 B
Meson
|
|
executable('rax2', 'rax2.c',
|
|
include_directories: [platform_inc],
|
|
link_with: [r_util],
|
|
install: true
|
|
)
|