mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Support logging config on install
This commit is contained in:
parent
b30b72b7c3
commit
48cc5e3c85
2 changed files with 8 additions and 1 deletions
|
|
@ -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
2
vcpkg
|
|
@ -1 +1 @@
|
|||
Subproject commit 6f29f12e82a8293156836ad81cc9bf5af41fe836
|
||||
Subproject commit a0ea252731b13f28890fc4fb92a4eaa8ff19f201
|
||||
Loading…
Add table
Add a link
Reference in a new issue