projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50222db
)
CMake: install .def files from source `include/llvm' directory.
author
Oscar Fuentes
<ofv@wanadoo.es>
Fri, 30 Oct 2009 11:42:08 +0000
(11:42 +0000)
committer
Oscar 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
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index ed0bc3a868552eeedd68201fab6234f5686f9323..5b30309bf331f0adb4f76ed1b59ecf1fcafe7a9d 100644
(file)
--- 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"