diff options
| author | Stefan Boberg <[email protected]> | 2023-08-09 14:40:52 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2023-08-09 14:40:52 +0200 |
| commit | 8c5ea57e9e6e03fd5ab25ff00fa769a3ea8b1412 (patch) | |
| tree | 7e8a5c21afad03684260efd8c89595f5fbb0ff19 /src/zenutil/xmake.lua | |
| parent | 0.2.15-pre0 (diff) | |
| download | zen-8c5ea57e9e6e03fd5ab25ff00fa769a3ea8b1412.tar.xz zen-8c5ea57e9e6e03fd5ab25ff00fa769a3ea8b1412.zip | |
minor: set_group('libs') on zenutil for consistency with zencore etc
Diffstat (limited to 'src/zenutil/xmake.lua')
| -rw-r--r-- | src/zenutil/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenutil/xmake.lua b/src/zenutil/xmake.lua index e7d849bb2..0da6d23a6 100644 --- a/src/zenutil/xmake.lua +++ b/src/zenutil/xmake.lua @@ -2,6 +2,7 @@ target('zenutil') set_kind("static") + set_group("libs") add_headerfiles("**.h") add_files("**.cpp") add_includedirs("include", {public=true}) |