mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-01 02:33:50 +00:00
14 lines
216 B
Meson
14 lines
216 B
Meson
files=[
|
|
'syscall.c',
|
|
'ioports.c'
|
|
]
|
|
|
|
r_syscall = shared_library('r_syscall', files,
|
|
include_directories: [platform_inc],
|
|
link_with: [r_util],
|
|
objects: [
|
|
libr2sdb.extract_all_objects()
|
|
],
|
|
install: true
|
|
)
|