“/bigobj" shoule be attached into CMAKE_CXX_FLAGS

In top CMakeLists.txt, the statement ‘set(CMAKE_C_FLAGS “${CMAKE_C_FLAGS} /bigobj”)’ has no effect on any project.
Should be modified to ‘set(CMAKE_CXX_FLAGS “${CMAKE_CXX_FLAGS} /bigobj”)’.