Support logging config on install (#5577)

* Support logging config on install

* Support logging config on install
This commit is contained in:
Zach H 2025-02-08 11:10:37 -05:00 committed by GitHub
parent b30b72b7c3
commit edaca772c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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