diff options
| author | Joe Kirchoff <[email protected]> | 2022-03-22 11:47:38 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-22 11:47:38 -0700 |
| commit | cc5adf4cb79c92993fabfe09e75dfadb7d4c9665 (patch) | |
| tree | 4ba0a18f68e39685fa784d872bbb4bb9ba2b6fd7 /zenserver/xmake.lua | |
| parent | move workthreadpool to zencore (#63) (diff) | |
| download | zen-cc5adf4cb79c92993fabfe09e75dfadb7d4c9665.tar.xz zen-cc5adf4cb79c92993fabfe09e75dfadb7d4c9665.zip | |
Enable Horde compute code on Linux & Mac (#61)
Diffstat (limited to 'zenserver/xmake.lua')
| -rw-r--r-- | zenserver/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zenserver/xmake.lua b/zenserver/xmake.lua index 569e3c150..2174ad679 100644 --- a/zenserver/xmake.lua +++ b/zenserver/xmake.lua @@ -32,6 +32,7 @@ target("zenserver") add_options("vfs") add_options("compute") + add_options("exec") add_packages( "vcpkg::asio", |