adding message frag object version and conversion work, but comp name changes incoming

This commit is contained in:
2024-04-11 16:17:47 +02:00
parent a9f6a5d763
commit 85a29372f4
4 changed files with 41 additions and 4 deletions

View File

@ -64,12 +64,13 @@ target_link_libraries(message_fragment_store PUBLIC
########################################
add_executable(convert_frag_to_obj
add_executable(convert_message_object_store
fragment_store/convert_frag_to_obj.cpp
)
target_link_libraries(convert_frag_to_obj PUBLIC
target_link_libraries(convert_message_object_store PUBLIC
fragment_store
message_fragment_store
)
########################################