Robin Mueller
9dc0c5bde0
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
28 lines
784 B
CMake
28 lines
784 B
CMake
target_sources(
|
|
${LIB_EIVE_MISSION}
|
|
PRIVATE GomspaceDeviceHandler.cpp
|
|
BpxBatteryHandler.cpp
|
|
Tmp1075Handler.cpp
|
|
PcduHandler.cpp
|
|
P60DockHandler.cpp
|
|
Pdu1Handler.cpp
|
|
Pdu2Handler.cpp
|
|
ACUHandler.cpp
|
|
Max31865PT1000Handler.cpp
|
|
Max31865EiveHandler.cpp
|
|
ImtqHandler.cpp
|
|
HeaterHandler.cpp
|
|
RadiationSensorHandler.cpp
|
|
GyrAdis1650XHandler.cpp
|
|
GyrL3gCustomHandler.cpp
|
|
MgmRm3100CustomHandler.cpp
|
|
MgmLis3CustomHandler.cpp
|
|
RwHandler.cpp
|
|
max1227.cpp
|
|
SusHandler.cpp
|
|
PayloadPcduHandler.cpp
|
|
SolarArrayDeploymentHandler.cpp
|
|
ScexDeviceHandler.cpp)
|
|
|
|
add_subdirectory(devicedefinitions)
|