move mfs to os, works, convert tool still incomplete
This commit is contained in:
@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user