1
0
forked from fsfw/fsfw

upstream cmakelists f iles taken over

This commit is contained in:
2020-12-22 16:21:17 +01:00
parent f905a753e2
commit 27d03dc17f
3 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,8 @@
target_sources(${LIB_FSFW_NAME}
PRIVATE
TcPacketBase.cpp
TcPacketStored.cpp
TmPacketBase.cpp
TmPacketMinimal.cpp
TmPacketStored.cpp
)