From b5d5bceefe2bd2bf56ef6b8a6bfd706198d00e79 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Thu, 5 Feb 2015 22:46:43 +0000 Subject: [PATCH] Install header files llvm-svn: 228351 --- libcxxabi/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/libcxxabi/CMakeLists.txt b/libcxxabi/CMakeLists.txt index a4a52bce4396..2a95a9c387bf 100644 --- a/libcxxabi/CMakeLists.txt +++ b/libcxxabi/CMakeLists.txt @@ -315,3 +315,10 @@ if(NOT LIBCXXABI_ENABLE_SHARED) else() add_subdirectory(test) endif() + +install(DIRECTORY include/ + DESTINATION include + FILES_MATCHING + PATTERN "*.h" + PATTERN ".svn" EXCLUDE +)