From edaca772c5d08ffed0c96a5fdf76d5a631f7a6d6 Mon Sep 17 00:00:00 2001 From: Zach H Date: Sat, 8 Feb 2025 11:10:37 -0500 Subject: [PATCH] Support logging config on install (#5577) * Support logging config on install * Support logging config on install --- cockatrice/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cockatrice/CMakeLists.txt b/cockatrice/CMakeLists.txt index 4b4567e95..1dada62b0 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}/"