13 lines
333 B
CMake
13 lines
333 B
CMake
target_sources(
|
|
${LIB_EIVE_MISSION}
|
|
PRIVATE Tmp1075Handler.cpp
|
|
Max31865EiveHandler.cpp
|
|
HeaterHandler.cpp
|
|
RadiationSensorHandler.cpp
|
|
max1227.cpp
|
|
PayloadPcduHandler.cpp
|
|
SolarArrayDeploymentHandler.cpp
|
|
ScexDeviceHandler.cpp)
|
|
|
|
add_subdirectory(devicedefinitions)
|