mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-15 10:08:11 +00:00
fa671b9a16
- Integrated with current ACR - Fix some stale fails got removed
17 lines
264 B
Meson
17 lines
264 B
Meson
files=[
|
|
'lang.c',
|
|
'p/c.c',
|
|
'p/cpipe.c',
|
|
'p/lib.c',
|
|
'p/pipe.c',
|
|
'p/rust.c',
|
|
'p/vala.c'
|
|
]
|
|
|
|
r_lang = shared_library('r_lang', files,
|
|
include_directories: include_directories(['../include']),
|
|
c_args: ['-DCORELIB'],
|
|
link_with: [r_util, r_cons],
|
|
install: true
|
|
)
|