From 1dc9716121ed3da5ffae3eb25031469620f275e8 Mon Sep 17 00:00:00 2001 From: Oscar Fuentes Date: Wed, 22 Oct 2008 02:56:07 +0000 Subject: 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 --- cmake/modules/AddPartiallyLinkedObject.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmake/modules/AddPartiallyLinkedObject.cmake') diff --git a/cmake/modules/AddPartiallyLinkedObject.cmake b/cmake/modules/AddPartiallyLinkedObject.cmake index 6968857db8..4aba81f9c8 100755 --- a/cmake/modules/AddPartiallyLinkedObject.cmake +++ b/cmake/modules/AddPartiallyLinkedObject.cmake @@ -32,4 +32,6 @@ macro(add_partially_linked_object lib) 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) -- cgit v1.2.3