mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-26 15:35:55 +00:00
7 lines
126 B
Meson
7 lines
126 B
Meson
|
|
executable('ragg2', 'ragg2.c',
|
|
include_directories: [platform_inc],
|
|
link_with: [r_util, r_egg, r_bin],
|
|
install: true
|
|
)
|