mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 05:40:10 +00:00
6 lines
123 B
Meson
6 lines
123 B
Meson
executable('rarun2', 'rarun2.c',
|
|
include_directories: [platform_inc],
|
|
link_with: [r_util, r_socket],
|
|
install: true
|
|
)
|