eive-obsw/mission/devices/CMakeLists.txt
Robin Mueller af32941352
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
ADIS device handler can now handle multiple types
- Added handling for ADIS16507 and ADIS16505 type
2021-12-10 17:46:52 +01:00

20 lines
357 B
CMake

target_sources(${TARGET_NAME} PUBLIC
GPSHyperionHandler.cpp
GomspaceDeviceHandler.cpp
Tmp1075Handler.cpp
PCDUHandler.cpp
P60DockHandler.cpp
PDU1Handler.cpp
PDU2Handler.cpp
ACUHandler.cpp
SyrlinksHkHandler.cpp
Max31865PT1000Handler.cpp
IMTQHandler.cpp
PlocMPSoCHandler.cpp
RadiationSensorHandler.cpp
GyroADIS1650XHandler.cpp
RwHandler.cpp
)