Update progress and enable MSVC bigobj

This commit is contained in:
Bill
2026-02-09 15:51:21 -07:00
parent da8212746c
commit c49fb19ac2

View File

@@ -6,7 +6,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(FETCHCONTENT_UPDATES_DISCONNECTED ON)
if(MSVC)
add_compile_options(/FS)
add_compile_options(/FS /bigobj)
endif()
# Use vcpkg-installed nlohmann_json instead of FetchContent