diff --git a/editor/CMakeLists.txt b/editor/CMakeLists.txt index 267232e..417fdeb 100644 --- a/editor/CMakeLists.txt +++ b/editor/CMakeLists.txt @@ -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