"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:
Chris Lattner 2008-11-11 18:39:10 +00:00
parent 6f28289aca
commit c3b41e31fb
1 changed files with 5 additions and 0 deletions

View File

@ -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)