fsfw/unittests/cfdp/CMakeLists.txt

8 lines
205 B
CMake
Raw Normal View History

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