Files
fsfw/tests/src/fsfw_tests/unit/cfdp/CMakeLists.txt
T

13 lines
252 B
CMake
Raw Normal View History

2021-12-03 15:37:49 +01:00
target_sources(${FSFW_TEST_TGT} PRIVATE
testCfdp.cpp
testTlvsLvs.cpp
testAckPdu.cpp
testEofPdu.cpp
testNakPdu.cpp
testFinishedPdu.cpp
testPromptPdu.cpp
testKeepAlivePdu.cpp
testMetadataPdu.cpp
testFileData.cpp
)