Support port and path mappings

This commit is contained in:
Maurice Heumann
2025-02-04 09:04:52 +01:00
parent 11dfc02c41
commit 0029582d12
7 changed files with 104 additions and 9 deletions

View File

@@ -95,7 +95,10 @@ if(MSVC)
#/LTCG
)
add_compile_definitions(_CRT_SECURE_NO_WARNINGS)
add_compile_definitions(
_CRT_SECURE_NO_WARNINGS
_CRT_NONSTDC_NO_WARNINGS
)
endif()
##########################################