mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-28 15:41:38 +00:00
c31d81da26
* support for static build * improved sharard/static build
15 lines
189 B
Meson
15 lines
189 B
Meson
files=[
|
|
'arena.c',
|
|
'cond.c',
|
|
'double.c',
|
|
'profile.c',
|
|
'reg.c',
|
|
'value.c',
|
|
]
|
|
|
|
r_reg = library('r_reg', files,
|
|
include_directories: [platform_inc],
|
|
link_with: [r_util],
|
|
install: true
|
|
)
|