Skip to content

Commit

Permalink
platform.h must be also installed
Browse files Browse the repository at this point in the history
  • Loading branch information
yegord committed Sep 21, 2014
1 parent 7e57e79 commit 17176cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()
Expand Down

0 comments on commit 17176cd

Please sign in to comment.