mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-01 02:33:50 +00:00
17 lines
259 B
Meson
17 lines
259 B
Meson
files=[
|
|
'callback.c',
|
|
'config.c',
|
|
]
|
|
|
|
r_config = shared_library('r_config', files,
|
|
include_directories: include_directories([
|
|
'../include',
|
|
platform_librinc
|
|
]),
|
|
link_with: [r_util],
|
|
objects: [
|
|
r_sdb.extract_all_objects()
|
|
],
|
|
install: true
|
|
)
|