chore: update code structure for better readability and maintainability

This commit is contained in:
moonpower
2026-02-01 13:19:26 +03:00
parent 8277a6f676
commit 5b8081bc33
5 changed files with 4 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -118,7 +118,7 @@ function(_mingw_uwp_setup_impl target)
if(CMAKE_SYSTEM_PROCESSOR MATCHES "x86|AMD64")
target_compile_options(${target} PRIVATE -mcx16)
endif()
target_link_options(${target} PRIVATE -municode -static)
target_link_options(${target} PRIVATE -municode)
if(NOT MINGW_WINRT_UNCAGED)
set(_prev_required_flags "${CMAKE_REQUIRED_FLAGS}")