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)