fix bigobj under MSVC, fix yaml-cpp link. (#957)

This commit is contained in:
reito
2023-01-22 07:50:02 +08:00
committed by GitHub
parent 0e908206d0
commit 40ab33031b
2 changed files with 3 additions and 2 deletions

View File

@@ -106,6 +106,7 @@ if(MSVC)
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /MP${N}")
endif()
endif()
add_compile_options("/bigobj")
endif()
# [Eclipse] Automatic Discovery of Include directories (Optional, but handy)