Support logging config on install

This commit is contained in:
ZeldaZach 2025-02-08 01:40:17 -05:00
parent b30b72b7c3
commit 48cc5e3c85
No known key found for this signature in database
2 changed files with 8 additions and 1 deletions

View file

@ -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}/"

2
vcpkg

@ -1 +1 @@
Subproject commit 6f29f12e82a8293156836ad81cc9bf5af41fe836
Subproject commit a0ea252731b13f28890fc4fb92a4eaa8ff19f201