Files
fsfw/unittests/tmtcpacket/CMakeLists.txt
2022-08-03 13:15:49 +02:00

11 lines
272 B
CMake

target_sources(
${FSFW_TEST_TGT}
PRIVATE testCcsdsCreator.cpp
testCcsdsReader.cpp
testPusTcCreator.cpp
testPusTcReader.cpp
testPusTmCreator.cpp
testPusTmReader.cpp
testCcsds.cpp
testZcTmWriter.cpp)