|
@@ -50,7 +50,8 @@ endif()
|
|
|
if (MSVC)
|
|
if (MSVC)
|
|
|
add_compile_options("$<$<COMPILE_LANGUAGE:C>:/utf-8>")
|
|
add_compile_options("$<$<COMPILE_LANGUAGE:C>:/utf-8>")
|
|
|
add_compile_options("$<$<COMPILE_LANGUAGE:CXX>:/utf-8>")
|
|
add_compile_options("$<$<COMPILE_LANGUAGE:CXX>:/utf-8>")
|
|
|
- add_compile_options(/bigobj)
|
|
|
|
|
|
|
+ add_compile_options("$<$<COMPILE_LANGUAGE:C>:/bigobj>")
|
|
|
|
|
+ add_compile_options("$<$<COMPILE_LANGUAGE:CXX>:/bigobj>")
|
|
|
endif()
|
|
endif()
|
|
|
|
|
|
|
|
#
|
|
#
|