mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-28 00:16:55 +00:00
c31d81da26
* support for static build * improved sharard/static build
14 lines
205 B
Meson
14 lines
205 B
Meson
files=[
|
|
'callback.c',
|
|
'config.c',
|
|
]
|
|
|
|
r_config = library('r_config', files,
|
|
include_directories: [platform_inc],
|
|
link_with: [r_util],
|
|
objects: [
|
|
libr2sdb.extract_all_objects()
|
|
],
|
|
install: true
|
|
)
|