Include *.inc in install target
Fixes PR6755. llvm-svn: 100105
This commit is contained in:
parent
1e8ee79957
commit
8841e86d11
|
|
@ -92,6 +92,12 @@ install(DIRECTORY include/
|
|||
PATTERN ".svn" EXCLUDE
|
||||
)
|
||||
|
||||
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/include/
|
||||
DESTINATION include
|
||||
FILES_MATCHING
|
||||
PATTERN "*.inc"
|
||||
)
|
||||
|
||||
add_definitions( -D_GNU_SOURCE )
|
||||
|
||||
option(CLANG_BUILD_EXAMPLES "Build CLANG example programs." OFF)
|
||||
|
|
|
|||
Loading…
Reference in New Issue