mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-02 18:27:18 +00:00
c31d81da26
* support for static build * improved sharard/static build
21 lines
301 B
Meson
21 lines
301 B
Meson
files=[
|
|
'bp.c',
|
|
'bp_io.c',
|
|
'bp_plugin.c',
|
|
'bp_traptrace.c',
|
|
'bp_watch.c',
|
|
'p/bp_arm.c',
|
|
'p/bp_bf.c',
|
|
'p/bp_mips.c',
|
|
'p/bp_ppc.c',
|
|
'p/bp_sh.c',
|
|
'p/bp_x86.c'
|
|
]
|
|
|
|
r_bp = library('r_bp', files,
|
|
include_directories: [platform_inc],
|
|
c_args: ['-DCORELIB'],
|
|
link_with: [r_util],
|
|
install: true
|
|
)
|