diff options
| author | Dan Engelbrecht <[email protected]> | 2025-10-02 16:35:22 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2025-10-02 16:35:22 +0200 |
| commit | 289379b55d19e08c47afb54a363fda9478623b9d (patch) | |
| tree | da2eb6aa2f95833c0c7063c6f71dc9576512d7c1 /src/zenstore/zenstore.cpp | |
| parent | fix for RPC replay issue (wrong content-type) (#536) (diff) | |
| download | zen-289379b55d19e08c47afb54a363fda9478623b9d.tar.xz zen-289379b55d19e08c47afb54a363fda9478623b9d.zip | |
move projectstore to zenstore (#541)
Diffstat (limited to 'src/zenstore/zenstore.cpp')
| -rw-r--r-- | src/zenstore/zenstore.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zenstore/zenstore.cpp b/src/zenstore/zenstore.cpp index 654fb3510..85b50f03d 100644 --- a/src/zenstore/zenstore.cpp +++ b/src/zenstore/zenstore.cpp @@ -7,6 +7,7 @@ # include <zenstore/blockstore.h> # include <zenstore/buildstore/buildstore.h> # include <zenstore/cache/structuredcachestore.h> +# include <zenstore/projectstore.h> # include <zenstore/workspaces.h> # include <zenstore/gc.h> # include <zenstore/hashkeyset.h> @@ -29,6 +30,7 @@ zenstore_forcelinktests() gc_forcelink(); hashkeyset_forcelink(); structured_cachestore_forcelink(); + prj_forcelink(); } } // namespace zen |