more fuller suite of error mutes for vs2022
This commit is contained in:
parent
bde66f13a5
commit
6f976ae0ce
11 changed files with 186 additions and 41 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue