mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-23 21:49:46 +00:00
Merge pull request #178 from yegord/install-platform-h
platform.h must be also installed
This commit is contained in:
commit
323114680e
@ -189,7 +189,7 @@ if (CAPSTONE_BUILD_TESTS)
|
||||
endif ()
|
||||
|
||||
## installation
|
||||
set(INCLUDES arm64.h arm.h capstone.h mips.h ppc.h x86.h sparc.h systemz.h xcore.h)
|
||||
set(INCLUDES arm64.h arm.h capstone.h mips.h ppc.h x86.h sparc.h systemz.h xcore.h platform.h)
|
||||
foreach (INC ${INCLUDES})
|
||||
install(FILES "include/${INC}" DESTINATION include/capstone)
|
||||
endforeach ()
|
||||
|
Loading…
Reference in New Issue
Block a user