CELIX-347: Add install command for dep man so file
Project: http://git-wip-us.apache.org/repos/asf/celix/repo Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/e6ebebba Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/e6ebebba Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/e6ebebba Branch: refs/heads/release/celix-2.0.0 Commit: e6ebebba7b2c8c941ed26684bff27bcf35f9e327 Parents: 9ba3832 Author: Pepijn Noltes <[email protected]> Authored: Wed Feb 17 09:28:14 2016 +0100 Committer: Pepijn Noltes <[email protected]> Committed: Wed Feb 17 09:28:14 2016 +0100 ---------------------------------------------------------------------- dependency_manager/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/celix/blob/e6ebebba/dependency_manager/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/dependency_manager/CMakeLists.txt b/dependency_manager/CMakeLists.txt index 5ec35ec..4f85e3c 100644 --- a/dependency_manager/CMakeLists.txt +++ b/dependency_manager/CMakeLists.txt @@ -84,4 +84,5 @@ if (DEPENDENCY_MANAGER) install_bundle(dm_shell) #install(TARGETS dependency_manager dependency_manager_static DESTINATION lib COMPONENT dependency_manager) install(TARGETS dependency_manager_static DESTINATION lib COMPONENT dependency_manager) + install(TARGETS dependency_manager_so DESTINATION lib COMPONENT dependency_manager) endif (DEPENDENCY_MANAGER)
