Initial project file updates for macos

This commit is contained in:
Dan Paulat 2025-06-07 09:39:28 -05:00
parent 58b6c5e1eb
commit 012d70b3a2
2 changed files with 12 additions and 0 deletions

View file

@ -694,7 +694,9 @@ if (MSVC)
else()
target_compile_options(scwx-qt PRIVATE "$<$<CONFIG:Release>:-g>")
target_compile_options(supercell-wx PRIVATE "$<$<CONFIG:Release>:-g>")
endif()
if (LINUX)
# Add wayland client packages
find_package(QT NAMES Qt6
COMPONENTS WaylandClient
@ -746,6 +748,10 @@ install(TARGETS supercell-wx
RUNTIME
COMPONENT supercell-wx
LIBRARY
COMPONENT supercell-wx
OPTIONAL
FRAMEWORK
DESTINATION Frameworks
COMPONENT supercell-wx
OPTIONAL)