mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-18 22:26:16 +00:00
exclude cmake build directories from being installed
with "make install". Patch by Michael Forney! llvm-svn: 102299
This commit is contained in:
parent
9deb87a996
commit
7d9e03ad5b
@ -115,6 +115,7 @@ install(DIRECTORY include/
|
||||
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/include/
|
||||
DESTINATION include
|
||||
FILES_MATCHING
|
||||
PATTERN "CMakeFiles" EXCLUDE
|
||||
PATTERN "*.inc"
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user