From 48cc5e3c85903ce8d1964540b6999ab2b43f146f Mon Sep 17 00:00:00 2001 From: ZeldaZach Date: Sat, 8 Feb 2025 01:40:17 -0500 Subject: [PATCH] Support logging config on install --- cockatrice/CMakeLists.txt | 7 +++++++ vcpkg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/cockatrice/CMakeLists.txt b/cockatrice/CMakeLists.txt index 4b4567e95..8eab44c45 100644 --- a/cockatrice/CMakeLists.txt +++ b/cockatrice/CMakeLists.txt @@ -372,6 +372,13 @@ if(WIN32) PATTERN "*.dll" ) + install( + DIRECTORY "${CMAKE_BINARY_DIR}/cockatrice/" + DESTINATION ./ + FILES_MATCHING + PATTERN "*.ini" + ) + # Qt plugins: audio (Qt5), iconengines, imageformats, multimedia (Qt6) platforms, printsupport (Qt5), styles, tls (Qt6) install( DIRECTORY "${QT_PLUGINS_DIR}/" diff --git a/vcpkg b/vcpkg index 6f29f12e8..a0ea25273 160000 --- a/vcpkg +++ b/vcpkg @@ -1 +1 @@ -Subproject commit 6f29f12e82a8293156836ad81cc9bf5af41fe836 +Subproject commit a0ea252731b13f28890fc4fb92a4eaa8ff19f201