Skip to content
Snippets Groups Projects
Commit fd09689a authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Rename folder "segments" to "memory"

parent 6e3d6128
No related branches found
No related tags found
1 merge request!89Implement core data structure of ArMem Memories
Showing
with 16 additions and 16 deletions
......@@ -16,14 +16,14 @@ set(LIB_FILES
core/MemoryID.cpp
core/Time.cpp
segments/CoreSegment.cpp
segments/Entity.cpp
segments/EntityData.cpp
segments/EntitySnapshot.cpp
segments/EntityStorage.cpp
segments/InternalCommit.cpp
segments/Memory.cpp
segments/ProviderSegment.cpp
memory/CoreSegment.cpp
memory/Entity.cpp
memory/EntityData.cpp
memory/EntitySnapshot.cpp
memory/EntityStorage.cpp
memory/InternalCommit.cpp
memory/Memory.cpp
memory/ProviderSegment.cpp
)
set(LIB_HEADERS
ArMemBase.h
......@@ -32,14 +32,14 @@ set(LIB_HEADERS
core/MemoryID.h
core/Time.h
segments/CoreSegment.h
segments/Entity.h
segments/EntityData.h
segments/EntitySnapshot.h
segments/EntityStorage.h
segments/InternalCommit.h
segments/Memory.h
segments/ProviderSegment.h
memory/CoreSegment.h
memory/Entity.h
memory/EntityData.h
memory/EntitySnapshot.h
memory/EntityStorage.h
memory/InternalCommit.h
memory/Memory.h
memory/ProviderSegment.h
)
armarx_add_library("${LIB_NAME}" "${LIB_FILES}" "${LIB_HEADERS}" "${LIBS}")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment