From 9059fc507a8d2068fcd4de8256f12cee06b07a98 Mon Sep 17 00:00:00 2001 From: kuba-- <kuba@sourced.tech> Date: Thu, 18 Oct 2018 08:52:29 +0200 Subject: [PATCH] Add runtime destination to cmake --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8365286..b46dbb1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,6 +29,7 @@ if (NOT CMAKE_DISABLE_TESTING) endif() install(TARGETS ${PROJECT_NAME} + RUNTIME DESTINATION bin ARCHIVE DESTINATION lib LIBRARY DESTINATION lib COMPONENT library)