refactor message serializer to allow access to eg contacts

This commit is contained in:
2024-02-16 16:29:37 +01:00
parent 73d1d65142
commit 1bfd04680e
5 changed files with 185 additions and 6 deletions

View File

@ -19,6 +19,8 @@ target_link_libraries(fragment_store PUBLIC
########################################
add_library(message_fragment_store
./fragment_store/message_serializer.hpp
./fragment_store/message_serializer.cpp
./fragment_store/message_fragment_store.hpp
./fragment_store/message_fragment_store.cpp
)