diff options
Diffstat (limited to 'zencore/xmake.lua')
| -rw-r--r-- | zencore/xmake.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/zencore/xmake.lua b/zencore/xmake.lua new file mode 100644 index 000000000..39eb4590e --- /dev/null +++ b/zencore/xmake.lua @@ -0,0 +1,6 @@ +target('zencore') + set_kind("static") + add_files("**.cpp") + add_includedirs("include", {public=true}) + add_includedirs("..\\3rdparty\\utfcpp\\source") + |