mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-03-20 12:41:02 +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:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user