Jakob Meier
89757c447c
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
20 lines
481 B
CMake
20 lines
481 B
CMake
target_sources(
|
|
${LIB_DUMMIES}
|
|
PUBLIC TemperatureSensorsDummy.cpp
|
|
SusDummy.cpp
|
|
BpxDummy.cpp
|
|
ComIFDummy.cpp
|
|
ComCookieDummy.cpp
|
|
RwDummy.cpp
|
|
StarTrackerDummy.cpp
|
|
SyrlinksDummy.cpp
|
|
ImtqDummy.cpp
|
|
AcuDummy.cpp
|
|
PduDummy.cpp
|
|
P60DockDummy.cpp
|
|
GyroAdisDummy.cpp
|
|
GyroL3GD20Dummy.cpp
|
|
MgmLIS3MDLDummy.cpp
|
|
PlPcduDummy.cpp
|
|
CoreControllerDummy.cpp)
|