utf-8 for msvc by default

This commit is contained in:
infactum
2020-07-18 22:53:45 +03:00
parent dab63894d1
commit 0a25f07523
+1
View File
@@ -41,6 +41,7 @@ if (MSVC)
target_compile_definitions(${TARGET} PRIVATE
_WINDOWS
_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING)
target_compile_options(${TARGET} PRIVATE /utf-8)
endif ()
if (UNIX)