mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-13 01:24:46 -07:00
Put Logging config on MacOS (#5591)
This commit is contained in:
parent
8cbfe85ed4
commit
6944f5f81c
1 changed files with 7 additions and 0 deletions
|
|
@ -338,6 +338,13 @@ if(APPLE)
|
||||||
PATTERN "tls/*.dylib"
|
PATTERN "tls/*.dylib"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
install(
|
||||||
|
DIRECTORY "${CMAKE_BINARY_DIR}/cockatrice/"
|
||||||
|
DESTINATION ${qtconf_dest_dir}/
|
||||||
|
FILES_MATCHING
|
||||||
|
PATTERN "*.ini"
|
||||||
|
)
|
||||||
|
|
||||||
install(
|
install(
|
||||||
CODE "
|
CODE "
|
||||||
file(WRITE \"\${CMAKE_INSTALL_PREFIX}/${qtconf_dest_dir}/qt.conf\" \"[Paths]
|
file(WRITE \"\${CMAKE_INSTALL_PREFIX}/${qtconf_dest_dir}/qt.conf\" \"[Paths]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue