8 lines
205 B
CMake
8 lines
205 B
CMake
target_sources(
|
|
${FSFW_TEST_TGT}
|
|
PRIVATE testCfdp.cpp testOtherTlvs.cpp testReservedMsgCreator.cpp testTlv.cpp
|
|
testLvs.cpp PduSenderMock.cpp)
|
|
|
|
add_subdirectory(handler)
|
|
add_subdirectory(pdu)
|