mirror of
https://github.com/rizinorg/rizin
synced 2026-08-22 20:26:16 -04:00
Add new headers to install
This commit is contained in:
parent
3c13a83590
commit
c47745a3c4
1 changed files with 4 additions and 2 deletions
|
|
@ -142,10 +142,12 @@ rz_util_files = [
|
|||
]
|
||||
install_headers(rz_util_files, install_dir: join_paths(rizin_incdir, 'rz_util'))
|
||||
|
||||
rz_interpreter_files = [
|
||||
rz_inquiry_sub_files = [
|
||||
'rz_inquiry/rz_interpreter.h',
|
||||
'rz_inquiry/rz_il_cache.h',
|
||||
'rz_inquiry/rz_bcfg.h',
|
||||
]
|
||||
install_headers(rz_interpreter_files, install_dir: join_paths(rizin_incdir, 'rz_interpreter'))
|
||||
install_headers(rz_inquiry_sub_files, install_dir: join_paths(rizin_incdir, 'rz_inquiry'))
|
||||
|
||||
rz_il_definitions_files = [
|
||||
'rz_il/definitions/bool.h',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue