aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/sqlitecpp/add_runtime_destination.patch
blob: 71b2b85261a74e46c953cf4a780f7f8147e9ce1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e5723d0..ecc1ac2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -337,6 +337,7 @@ target_include_directories(SQLiteCpp
 include(GNUInstallDirs)
 install(TARGETS SQLiteCpp
     EXPORT ${PROJECT_NAME}Targets
+    RUNTIME DESTINATION bin
     LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
     ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
     COMPONENT libraries)