Files
fsfw/unittests/tmtcpacket/CMakeLists.txt
T

7 lines
132 B
CMake
Raw Normal View History

2021-10-07 13:24:46 +02:00
target_sources(${FSFW_TEST_TGT} PRIVATE
2022-07-18 16:21:00 +02:00
testCcsdsCreator.cpp
testCcsdsReader.cpp
2022-07-21 17:48:11 +02:00
testPusTcCreator.cpp
2022-07-21 19:10:15 +02:00
testPusTcReader.cpp
2021-04-13 10:42:49 +02:00
)