11 lines
214 B
CMake
11 lines
214 B
CMake
target_sources(${FSFW_TEST_TGT} PRIVATE
|
|
testCcsdsCreator.cpp
|
|
testCcsdsReader.cpp
|
|
testPusTcCreator.cpp
|
|
testPusTcReader.cpp
|
|
testPusTmCreator.cpp
|
|
testPusTmReader.cpp
|
|
testCcsds.cpp
|
|
testZcTmWriter.cpp
|
|
)
|