mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-11 06:55:01 +00:00
7 lines
183 B
Meson
7 lines
183 B
Meson
|
|
executable('ragg2', 'ragg2.c',
|
|
include_directories: [platform_inc],
|
|
link_with: [r_util, r_egg, r_bin, r_core, r_hash, r_debug, r_fs, r_config, r_bp, r_crypto],
|
|
install: true
|
|
)
|