meggert
a45e96b772
Some checks failed
EIVE/eive-obsw/pipeline/pr-main There was a failure building this commit
16 lines
391 B
CMake
16 lines
391 B
CMake
target_sources(
|
|
${LIB_EIVE_MISSION}
|
|
PRIVATE AcsParameters.cpp
|
|
ActuatorCmd.cpp
|
|
AttitudeEstimation.cpp
|
|
FusedRotationEstimation.cpp
|
|
Guidance.cpp
|
|
Igrf13Model.cpp
|
|
MultiplicativeKalmanFilter.cpp
|
|
Navigation.cpp
|
|
SensorProcessing.cpp
|
|
SensorValues.cpp
|
|
SusConverter.cpp)
|
|
|
|
add_subdirectory(control)
|