"a patch telling cmake to install clang headers in the target
install directory" Patch by Lukasz Janyst! llvm-svn: 59059
This commit is contained in:
parent
6f28289aca
commit
c3b41e31fb
|
|
@ -32,6 +32,11 @@ include_directories(
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/include
|
${CMAKE_CURRENT_SOURCE_DIR}/include
|
||||||
)
|
)
|
||||||
|
|
||||||
|
install(DIRECTORY include
|
||||||
|
DESTINATION .
|
||||||
|
PATTERN ".svn" EXCLUDE
|
||||||
|
)
|
||||||
|
|
||||||
add_definitions( -D_GNU_SOURCE )
|
add_definitions( -D_GNU_SOURCE )
|
||||||
|
|
||||||
add_subdirectory(lib)
|
add_subdirectory(lib)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue