shixian.shi
2023-11-24 34b2682fba92bf4f8e163d22094e7de57e3290ca
runtime/onnxruntime/src/CMakeLists.txt
@@ -7,6 +7,7 @@
if(WIN32)
add_compile_options("$<$<CXX_COMPILER_ID:MSVC>:/execution-charset:utf-8>")
add_compile_options("$<$<CXX_COMPILER_ID:MSVC>:/source-charset:utf-8>")
add_compile_options("$<$<CXX_COMPILER_ID:MSVC>:/bigobj>")
endif()
add_library(funasr SHARED ${files})