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 dbd5f2f commit a511345Copy full SHA for a511345
tests/CMakeLists.txt
@@ -1,3 +1,8 @@
1
+if(WIN32)
2
+ add_compile_options("$<$<CXX_COMPILER_ID:MSVC>:/source-charset:utf-8>")
3
+ add_compile_options("$<$<C_COMPILER_ID:MSVC>:/source-charset:utf-8>")
4
+endif()
5
+
6
function(llama_test target)
7
include(CMakeParseArguments)
8
set(options)
0 commit comments