Fix installing new RzIL headers (#2181)

This commit is contained in:
Florian Märkl 2022-01-06 10:57:29 +01:00 committed by GitHub
parent 1409025ecf
commit 191b9b103d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'))