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:
792e979
)
Added basic support for CPack.
author
Oscar Fuentes
<ofv@wanadoo.es>
Thu, 14 Oct 2010 21:11:51 +0000
(21:11 +0000)
committer
Oscar Fuentes
<ofv@wanadoo.es>
Thu, 14 Oct 2010 21:11:51 +0000
(21:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116516
91177308
-0d34-0410-b5e6-
96231b3b80d8
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 170b5908254b9e8c13801d90ee0ca1267289e9ef..19257201fc06d7a341d8ea564d4002cacf8531d3 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-421,3
+421,9
@@
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/include/
)
# TODO: make and install documentation.
+
+set(CPACK_PACKAGE_VENDOR "LLVM")
+set(CPACK_PACKAGE_VERSION_MAJOR 2)
+set(CPACK_PACKAGE_VERSION_MINOR 9)
+add_version_info_from_vcs(CPACK_PACKAGE_VERSION_PATCH)
+include(CPack)