move mfs to os, works, convert tool still incomplete

This commit is contained in:
2024-04-11 11:54:00 +02:00
parent 73180195fe
commit a9f6a5d763
11 changed files with 121 additions and 1198 deletions

View File

@ -12,13 +12,6 @@ add_library(fragment_store
./fragment_store/meta_components_id.inl
./fragment_store/file2_stack.hpp
./fragment_store/file2_stack.cpp
#old
./fragment_store/serializer.hpp
./fragment_store/fragment_store_i.hpp
./fragment_store/fragment_store_i.cpp
./fragment_store/fragment_store.hpp
./fragment_store/fragment_store.cpp
#new
./fragment_store/serializer_json.hpp
./fragment_store/object_store.hpp
./fragment_store/object_store.cpp
@ -71,16 +64,6 @@ target_link_libraries(message_fragment_store PUBLIC
########################################
add_executable(test_fragment_store
fragment_store/test_fragstore.cpp
)
target_link_libraries(test_fragment_store PUBLIC
fragment_store
)
########################################
add_executable(convert_frag_to_obj
fragment_store/convert_frag_to_obj.cpp
)