8 lines
129 B
CMake
8 lines
129 B
CMake
target_sources(${LIB_FSFW_NAME}
|
|
PRIVATE
|
|
CCSDSDistributor.cpp
|
|
PUSDistributor.cpp
|
|
TcDistributor.cpp
|
|
TcPacketCheck.cpp
|
|
)
|