aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/xmake.lua
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-10-12 13:45:43 +0200
committerGitHub <[email protected]>2023-10-12 13:45:43 +0200
commit91c43f3f3790302639d57a717f996ee133deb523 (patch)
tree5d37d19f784c009c1d1b39742211fffee769e6d1 /src/zenhttp/xmake.lua
parentadded logging utility functions (from sb/proto) (#469) (diff)
downloadzen-91c43f3f3790302639d57a717f996ee133deb523.tar.xz
zen-91c43f3f3790302639d57a717f996ee133deb523.zip
restructured transports SDK for easier UE integration (#470)
Diffstat (limited to 'src/zenhttp/xmake.lua')
-rw-r--r--src/zenhttp/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenhttp/xmake.lua b/src/zenhttp/xmake.lua
index 9c3869911..588fd8b87 100644
--- a/src/zenhttp/xmake.lua
+++ b/src/zenhttp/xmake.lua
@@ -7,7 +7,7 @@ target('zenhttp')
add_files("**.cpp")
add_files("httpsys.cpp", {unity_ignored=true})
add_includedirs("include", {public=true})
- add_deps("zencore", "plugins")
+ add_deps("zencore", "transport-sdk")
add_packages(
"vcpkg::cpr",
"vcpkg::curl", -- required by cpr