fsfw/unittests/cfdp/CMakeLists.txt

7 lines
202 B
CMake
Raw Normal View History

2023-07-25 13:58:22 +02:00
target_sources(
${FSFW_TEST_TGT} PRIVATE testCfdp.cpp testOtherTlvs.cpp
testReservedMsgCreator.cpp testTlv.cpp testLvs.cpp)
2022-08-09 14:55:08 +02:00
add_subdirectory(handler)
add_subdirectory(pdu)