diff options
| author | Stefan Boberg <[email protected]> | 2021-09-05 16:41:23 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-05 16:41:23 +0200 |
| commit | 54335d88d12a5ed24a79c5c29c54fdcc2922fca5 (patch) | |
| tree | e33fa92f232b6a8e101d44bb7485a482871fc190 /zenserver-test/xmake.lua | |
| parent | Marked up unused parameters to squelch warnings (diff) | |
| download | zen-54335d88d12a5ed24a79c5c29c54fdcc2922fca5.tar.xz zen-54335d88d12a5ed24a79c5c29c54fdcc2922fca5.zip | |
Added zenserver-test xmake file
Diffstat (limited to 'zenserver-test/xmake.lua')
| -rw-r--r-- | zenserver-test/xmake.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zenserver-test/xmake.lua b/zenserver-test/xmake.lua new file mode 100644 index 000000000..aa83c3e38 --- /dev/null +++ b/zenserver-test/xmake.lua @@ -0,0 +1,4 @@ +target("zenserver-test") + set_kind("binary") + add_files("*.cpp") + add_deps("zencore", "zenutil") |