aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/zencore/xmake.lua')
-rw-r--r--src/zencore/xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zencore/xmake.lua b/src/zencore/xmake.lua
index ef68b4c3c..706adff81 100644
--- a/src/zencore/xmake.lua
+++ b/src/zencore/xmake.lua
@@ -2,6 +2,7 @@
target('zencore')
set_kind("static")
+ set_group("libs")
add_headerfiles("**.h")
add_configfiles("include/zencore/config.h.in")
on_load(function (target)