mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-01 02:33:50 +00:00
16 lines
197 B
Meson
16 lines
197 B
Meson
files=[
|
|
'arena.c',
|
|
'cond.c',
|
|
'double.c',
|
|
'profile.c',
|
|
'reg.c',
|
|
'value.c',
|
|
]
|
|
|
|
r_reg = shared_library('r_reg', files,
|
|
include_directories: [platform_inc],
|
|
link_with: [r_util],
|
|
install: true
|
|
)
|
|
|