Skip to content

Commit a02b741

Browse files
mochaaPathre0z
authored andcommitted
build/meson: install generated headers (#574)
1 parent ff2b17a commit a02b741

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

meson.build

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@ inc_private = include_directories('src')
136136

137137
hdrs_common = files(
138138
'include/Zydis/Defines.h',
139+
'include/Zydis/Generated/EnumISAExt.h',
140+
'include/Zydis/Generated/EnumISASet.h',
141+
'include/Zydis/Generated/EnumInstructionCategory.h',
142+
'include/Zydis/Generated/EnumMnemonic.h',
143+
'include/Zydis/Generated/EnumRegister.h',
139144
'include/Zydis/MetaInfo.h',
140145
'include/Zydis/Mnemonic.h',
141146
'include/Zydis/Register.h',

0 commit comments

Comments
 (0)