aboutsummaryrefslogtreecommitdiff
path: root/src/zentest-appstub/xmake.lua
diff options
context:
space:
mode:
authorzousar <[email protected]>2026-02-18 23:19:14 -0700
committerzousar <[email protected]>2026-02-18 23:19:14 -0700
commit2ba28acaf034722452f82cfb07afc0a4bb90eeab (patch)
treec00dea385597180673be6e02aca6c07d9ef6ec00 /src/zentest-appstub/xmake.lua
parentupdatefrontend (diff)
parentstructured compute basics (#714) (diff)
downloadzen-2ba28acaf034722452f82cfb07afc0a4bb90eeab.tar.xz
zen-2ba28acaf034722452f82cfb07afc0a4bb90eeab.zip
Merge branch 'main' into zs/web-ui-improvements
Diffstat (limited to 'src/zentest-appstub/xmake.lua')
-rw-r--r--src/zentest-appstub/xmake.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/zentest-appstub/xmake.lua b/src/zentest-appstub/xmake.lua
index 97615e322..db3ff2e2d 100644
--- a/src/zentest-appstub/xmake.lua
+++ b/src/zentest-appstub/xmake.lua
@@ -5,6 +5,9 @@ target("zentest-appstub")
set_group("tests")
add_headerfiles("**.h")
add_files("*.cpp")
+ add_deps("zencore")
+ add_packages("vcpkg::gsl-lite") -- this should ideally be propagated by the zencore dependency
+ add_packages("vcpkg::mimalloc")
if is_os("linux") then
add_syslinks("pthread")