commit | 1dc9716121ed3da5ffae3eb25031469620f275e8 | [log] [tgz] |
---|---|---|
author | Oscar Fuentes <ofv@wanadoo.es> | Wed Oct 22 02:56:07 2008 +0000 |
committer | Oscar Fuentes <ofv@wanadoo.es> | Wed Oct 22 02:56:07 2008 +0000 |
tree | 54f8fc6127c287475e46d17162c7f3ad1e17a7ba | |
parent | 57bd83be198ee36df82820de56639c19e40aff81 [diff] [blame] |
CMake: `make install' for libraries, executables and header files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57945 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/cmake/modules/AddPartiallyLinkedObject.cmake b/cmake/modules/AddPartiallyLinkedObject.cmake index 6968857..4aba81f 100755 --- a/cmake/modules/AddPartiallyLinkedObject.cmake +++ b/cmake/modules/AddPartiallyLinkedObject.cmake
@@ -32,4 +32,6 @@ set( llvm_libs ${llvm_libs} ${pll} PARENT_SCOPE) set( llvm_lib_targets ${llvm_lib_targets} ${tnplo} PARENT_SCOPE ) endif( MSVC ) + install(FILES ${pll} + DESTINATION lib) endmacro(add_partially_linked_object lib)