continue os refactor, start with fs backend

This commit is contained in:
2024-04-09 12:09:21 +02:00
parent 26d07b06db
commit 0610a6a64a
5 changed files with 300 additions and 0 deletions

View File

@ -21,6 +21,8 @@ add_library(fragment_store
#new
./fragment_store/object_store.hpp
./fragment_store/object_store.cpp
./fragment_store/backends/filesystem_storage.hpp
./fragment_store/backends/filesystem_storage.cpp
./json/message_components.hpp # TODO: move
./json/tox_message_components.hpp # TODO: move