зеркало из https://github.com/microsoft/clang-1.git
"a patch telling cmake to install clang headers in the target
install directory" Patch by Lukasz Janyst! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59059 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
0518999d3a
Коммит
bc6ec759af
|
@ -32,6 +32,11 @@ include_directories(
|
|||
${CMAKE_CURRENT_SOURCE_DIR}/include
|
||||
)
|
||||
|
||||
install(DIRECTORY include
|
||||
DESTINATION .
|
||||
PATTERN ".svn" EXCLUDE
|
||||
)
|
||||
|
||||
add_definitions( -D_GNU_SOURCE )
|
||||
|
||||
add_subdirectory(lib)
|
||||
|
|
Загрузка…
Ссылка в новой задаче