From ccb75a05577a284a5332e0c3681eb18cf9665e68 Mon Sep 17 00:00:00 2001 From: Victor Zarubkin Date: Mon, 23 Apr 2018 01:33:00 +0300 Subject: [PATCH] #0 [core] installing profiler_converter --- easy_profiler_converter/CMakeLists.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/easy_profiler_converter/CMakeLists.txt b/easy_profiler_converter/CMakeLists.txt index 0322ff1..4354cee 100644 --- a/easy_profiler_converter/CMakeLists.txt +++ b/easy_profiler_converter/CMakeLists.txt @@ -11,3 +11,13 @@ include_directories(./include) add_executable(profiler_converter ${HEADER_FILES} ${CPP_FILES} main.cpp) target_link_libraries(profiler_converter easy_profiler) + +install( + TARGETS + profiler_converter + RUNTIME + DESTINATION + bin +) + +set_property(TARGET profiler_converter PROPERTY INSTALL_RPATH_USE_LINK_PATH TRUE)