5 lines
165 B
CMake
5 lines
165 B
CMake
target_sources(
|
|
${FSFW_TEST_TGT}
|
|
PRIVATE testDistributor.cpp testDestHandler.cpp testReservedMsgParser.cpp
|
|
testSourceHandler.cpp testFaultHandler.cpp)
|