1 parent af8a5f9 commit 7ea07abCopy full SHA for 7ea07ab
1 file changed
dslings/xmake.lua
@@ -1,5 +1,9 @@
1
add_includedirs(".")
2
3
+if is_host("windows") then
4
+ set_encodings("source:utf-8", "target:utf-8")
5
+end
6
+
7
target("00-0-hello-mcpp")
8
add_files("hello-mcpp.cpp")
9
0 commit comments