diff options
| author | Stefan Boberg <[email protected]> | 2023-06-30 12:07:36 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2023-06-30 12:07:36 +0200 |
| commit | 080c9f8b25cb0e65616286524de2f2aca6f1a77d (patch) | |
| tree | 711c10114111caed0d7604a93a0e254034534d40 /src/zenstore/xmake.lua | |
| parent | clang-format :( (diff) | |
| download | zen-080c9f8b25cb0e65616286524de2f2aca6f1a77d.tar.xz zen-080c9f8b25cb0e65616286524de2f2aca6f1a77d.zip | |
CidStore now implements the ChunkResolver interface
this allows client code to use the ChunkResolver interface instead of
CidStore, which can help with testing scenarios
Diffstat (limited to 'src/zenstore/xmake.lua')
| -rw-r--r-- | src/zenstore/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenstore/xmake.lua b/src/zenstore/xmake.lua index 4469c5650..f0bd64d2e 100644 --- a/src/zenstore/xmake.lua +++ b/src/zenstore/xmake.lua @@ -2,6 +2,7 @@ target('zenstore') set_kind("static") + set_group("libs") add_headerfiles("**.h") add_files("**.cpp") add_includedirs("include", {public=true}) |