From 54409423f767d8b1cf30cb7d0efca6b4ca138823 Mon Sep 17 00:00:00 2001 From: Ethan Morgan Date: Sat, 14 Feb 2026 16:44:06 +0000 Subject: move to own git server --- vcpkg/ports/sqlitecpp/add_runtime_destination.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 vcpkg/ports/sqlitecpp/add_runtime_destination.patch (limited to 'vcpkg/ports/sqlitecpp/add_runtime_destination.patch') diff --git a/vcpkg/ports/sqlitecpp/add_runtime_destination.patch b/vcpkg/ports/sqlitecpp/add_runtime_destination.patch new file mode 100644 index 0000000..71b2b85 --- /dev/null +++ b/vcpkg/ports/sqlitecpp/add_runtime_destination.patch @@ -0,0 +1,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) -- cgit v1.2.3