commit | ce0c31ad8f24e16bba6fb62d88b2567ebeaf2dfe | [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 | 0fab662e39e35005f9efa1e979a528b34ed913db [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)