Fix installing new RzIL headers (#2181)
This commit is contained in:
parent
1409025ecf
commit
191b9b103d
1 changed files with 2 additions and 0 deletions
|
|
@ -120,6 +120,7 @@ rz_il_definitions_files = [
|
|||
'rz_il/definitions/definitions.h',
|
||||
'rz_il/definitions/label.h',
|
||||
'rz_il/definitions/mem.h',
|
||||
'rz_il/definitions/sort.h',
|
||||
'rz_il/definitions/value.h',
|
||||
'rz_il/definitions/variable.h',
|
||||
]
|
||||
|
|
@ -128,6 +129,7 @@ install_headers(rz_il_definitions_files, install_dir: join_paths(rizin_incdir, '
|
|||
rz_il_files = [
|
||||
'rz_il/rz_il_opcodes.h',
|
||||
'rz_il/rz_il_events.h',
|
||||
'rz_il/rz_il_reg.h',
|
||||
'rz_il/rz_il_vm.h'
|
||||
]
|
||||
install_headers(rz_il_files, install_dir: join_paths(rizin_incdir, 'rz_il'))
|
||||
|
|
|
|||
Loading…
Reference in a new issue