We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9f32c8 commit 5a1a840Copy full SHA for 5a1a840
CMakeLists.txt
@@ -16,6 +16,9 @@ PROJECT(DM)
16
17
message(STATUS "CMAKE_SYSTEM_PROCESSOR=${CMAKE_SYSTEM_PROCESSOR}")
18
19
+add_compile_options("$<$<C_COMPILER_ID:MSVC>:/utf-8>")
20
+add_compile_options("$<$<CXX_COMPILER_ID:MSVC>:/utf-8>")
21
+
22
# 支持简版if else
23
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true)
24
0 commit comments