1
0
forked from fsfw/fsfw

cmake lists form upstream taken over

This commit is contained in:
2020-12-22 16:19:30 +01:00
parent 707bb9dd5d
commit 41dc9ce6c6
4 changed files with 23 additions and 0 deletions

View File

@ -2,4 +2,6 @@ target_sources(${LIB_FSFW_NAME}
PRIVATE
ConstStorageAccessor.cpp
StorageAccessor.cpp
LocalPool.cpp
PoolManager.cpp
)