fsfw/unittests/cfdp/CMakeLists.txt

6 lines
181 B
CMake
Raw Normal View History

2022-08-09 14:55:08 +02:00
target_sources(${FSFW_TEST_TGT} PRIVATE testCfdp.cpp testTlvsLvs.cpp
testSourceHandler.cpp)
add_subdirectory(handler)
add_subdirectory(pdu)