10 lines
254 B
CMake
10 lines
254 B
CMake
target_sources(
|
|
${LIB_FSFW_NAME}
|
|
PRIVATE CCSDSDistributor.cpp
|
|
PusDistributor.cpp
|
|
TcDistributor.cpp
|
|
PusPacketChecker.cpp
|
|
TcPacketCheckCFDP.cpp
|
|
CFDPDistributor.cpp
|
|
CcsdsPacketCheckerBase.cpp)
|