From 719561fcf25d1ae5d6a612555fdeccaf848bf1cc Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 16 Dec 2019 12:25:31 +0300 Subject: cmake: add install() rules --- um/service/utils/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'um/service/utils') diff --git a/um/service/utils/CMakeLists.txt b/um/service/utils/CMakeLists.txt index f288c51..fa81443 100644 --- a/um/service/utils/CMakeLists.txt +++ b/um/service/utils/CMakeLists.txt @@ -13,3 +13,6 @@ set_target_properties(service_stop PROPERTIES OUTPUT_NAME stop_service) add_executable(service_uninstall uninstall_service.cpp) target_link_libraries(service_uninstall PRIVATE service) set_target_properties(service_uninstall PROPERTIES OUTPUT_NAME uninstall_service) + +install(TARGETS service_install service_start service_stop service_uninstall + RUNTIME DESTINATION bin) -- cgit v1.2.3