diff options
Diffstat (limited to 'src/zentest-appstub/xmake.lua')
| -rw-r--r-- | src/zentest-appstub/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zentest-appstub/xmake.lua b/src/zentest-appstub/xmake.lua index 97615e322..844ba82ef 100644 --- a/src/zentest-appstub/xmake.lua +++ b/src/zentest-appstub/xmake.lua @@ -5,6 +5,7 @@ target("zentest-appstub") set_group("tests") add_headerfiles("**.h") add_files("*.cpp") + add_deps("zencore") if is_os("linux") then add_syslinks("pthread") |