more fuller suite of error mutes for vs2022

This commit is contained in:
IoI_xD 2026-08-08 16:02:53 -07:00
commit 6f976ae0ce
11 changed files with 186 additions and 41 deletions

View file

@ -330,11 +330,13 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Windows" OR CMAKE_SYSTEM_NAME STREQUAL "MSYS")
USE_GDI
)
list(APPEND LIBRARIES gdi32 ole32 winmm uuid)
if(NOT MSVC)
target_link_options(
Mw
PRIVATE
-static-libgcc
)
endif()
elseif(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
# target_sources(
# Mw