fsfw/unittests/tmtcservices/CMakeLists.txt

7 lines
128 B
CMake
Raw Normal View History

2022-07-23 11:43:48 +02:00
target_sources(${FSFW_TEST_TGT} PRIVATE
testStoreHelper.cpp
2022-07-25 13:39:07 +02:00
testSendHelper.cpp
2022-07-26 13:59:09 +02:00
testStoreAndSendHelper.cpp
2022-07-26 14:10:24 +02:00
testPsb.cpp
2022-07-23 11:43:48 +02:00
)