From 7935ec513faed5c3c25680068a7cc05b4e0d8629 Mon Sep 17 00:00:00 2001 From: Matt Chiasson Date: Fri, 24 Aug 2018 17:11:14 -0400 Subject: [PATCH] fixed the libeasy_profiler.so deployment location Fixes #123 --- easy_profiler_core/CMakeLists.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/easy_profiler_core/CMakeLists.txt b/easy_profiler_core/CMakeLists.txt index 7d5bec4..b8b6f34 100644 --- a/easy_profiler_core/CMakeLists.txt +++ b/easy_profiler_core/CMakeLists.txt @@ -306,9 +306,12 @@ install( easy_profiler EXPORT ${targets_export_name} - DESTINATION - bin - INCLUDES DESTINATION "${include_install_dir}" + LIBRARY DESTINATION lib COMPONENT Runtime + ARCHIVE DESTINATION lib COMPONENT Development + RUNTIME DESTINATION bin COMPONENT Runtime + BUNDLE DESTINATION bin COMPONENT Runtime + PUBLIC_HEADER DESTINATION include COMPONENT Development + BUNDLE DESTINATION bin COMPONENT Runtime ) install(