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
18 lines
248 B
Meson
18 lines
248 B
Meson
files=[
|
|
'aes-find.c',
|
|
'bytepat.c',
|
|
'keyword.c',
|
|
# 'old_xrefs.c',
|
|
'regexp.c',
|
|
'rsa-find.c',
|
|
'search.c',
|
|
'strings.c',
|
|
'xrefs.c',
|
|
]
|
|
|
|
r_search = library('r_search', files,
|
|
include_directories: [platform_inc],
|
|
link_with: [r_util],
|
|
install: true
|
|
)
|