OSDN Git Service

CMake: install .def files from source `include/llvm' directory.
authorOscar Fuentes <ofv@wanadoo.es>
Fri, 30 Oct 2009 11:42:08 +0000 (11:42 +0000)
committerOscar Fuentes <ofv@wanadoo.es>
Fri, 30 Oct 2009 11:42:08 +0000 (11:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85587 91177308-0d34-0410-b5e6-96231b3b80d8

CMakeLists.txt

index ed0bc3a..5b30309 100644 (file)
@@ -322,6 +322,7 @@ endif ()
 install(DIRECTORY include/
   DESTINATION include
   FILES_MATCHING
+  PATTERN "*.def"
   PATTERN "*.h"
   PATTERN "*.td"
   PATTERN "*.inc"