aboutsummaryrefslogtreecommitdiff
path: root/zenutil
diff options
context:
space:
mode:
Diffstat (limited to 'zenutil')
-rw-r--r--zenutil/xmake.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/zenutil/xmake.lua b/zenutil/xmake.lua
index 7cd29a86f..e3cbec94e 100644
--- a/zenutil/xmake.lua
+++ b/zenutil/xmake.lua
@@ -3,4 +3,8 @@ target('zenutil')
add_files("**.cpp")
add_includedirs("include", {public=true})
add_deps("zencore")
- add_packages("vcpkg::spdlog") \ No newline at end of file
+ add_packages("vcpkg::spdlog")
+
+ if is_os("linux") then
+ add_links("rt")
+ end \ No newline at end of file