fsfw-example-common/mission/devices/CMakeLists.txt
2021-06-08 13:29:49 +02:00

7 lines
103 B
CMake

target_sources(${TARGET_NAME}
PRIVATE
TestCookie.cpp
TestDeviceHandler.cpp
TestEchoComIF.cpp
)