diff options
| author | Stefan Boberg <[email protected]> | 2021-09-06 09:21:55 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-06 09:21:55 +0200 |
| commit | 39c0d92a05a3d75e4538750c06e51368b687e454 (patch) | |
| tree | 01fb8e24270ae878ae2c7d42ac7a829044a0e398 /zencore/xmake.lua | |
| parent | Changed so function service commits compressed buffers (diff) | |
| parent | Added zenserver-test xmake file (diff) | |
| download | zen-39c0d92a05a3d75e4538750c06e51368b687e454.tar.xz zen-39c0d92a05a3d75e4538750c06e51368b687e454.zip | |
Merge branch 'main' of https://github.com/EpicGames/zen
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") + |