mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-06 15:10:00 +01:00
CMake: Install .inc files alongside headers
Some header files include the .inc files, e.g., src/dynarmic/frontend/A64/decoder/a64.h includes src/dynarmic/frontend/A64/decoder/a64.inc, so they need to also be installed if the user wants to use them. Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
parent
278405bd71
commit
9d9494a6c8
@ -208,3 +208,4 @@ install(FILES
|
|||||||
)
|
)
|
||||||
|
|
||||||
install(DIRECTORY src/dynarmic TYPE INCLUDE FILES_MATCHING PATTERN "*.h")
|
install(DIRECTORY src/dynarmic TYPE INCLUDE FILES_MATCHING PATTERN "*.h")
|
||||||
|
install(DIRECTORY src/dynarmic TYPE INCLUDE FILES_MATCHING PATTERN "*.inc")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user