From: Oscar Fuentes Date: Fri, 30 Oct 2009 11:42:08 +0000 (+0000) Subject: CMake: install .def files from source `include/llvm' directory. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bc2eb13d008f25a0ffc1bf2d60616f88bf477922;p=oota-llvm.git CMake: install .def files from source `include/llvm' directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85587 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index ed0bc3a8685..5b30309bf33 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -322,6 +322,7 @@ endif () install(DIRECTORY include/ DESTINATION include FILES_MATCHING + PATTERN "*.def" PATTERN "*.h" PATTERN "*.td" PATTERN "*.inc"