fsfw/unittests/devicehandler/CMakeLists.txt

9 lines
173 B
CMake
Raw Normal View History

2022-06-05 12:54:13 +02:00
target_sources(${FSFW_TEST_TGT} PRIVATE
CookieIFMock.cpp
ComIFMock.cpp
DeviceHandlerCommander.cpp
DeviceHandlerMock.cpp
DeviceFdirMock.cpp
TestDeviceHandlerBase.cpp
)