2022-09-26 10:15:03 +02:00
|
|
|
target_sources(
|
|
|
|
${LIB_EIVE_MISSION}
|
|
|
|
PRIVATE AcsParameters.cpp
|
2022-12-01 15:56:55 +01:00
|
|
|
ActuatorCmd.cpp
|
2023-07-19 16:25:03 +02:00
|
|
|
FusedRotationEstimation.cpp
|
2022-12-01 15:56:55 +01:00
|
|
|
Guidance.cpp
|
|
|
|
Igrf13Model.cpp
|
|
|
|
MultiplicativeKalmanFilter.cpp
|
|
|
|
Navigation.cpp
|
|
|
|
SensorProcessing.cpp
|
|
|
|
SensorValues.cpp
|
|
|
|
SusConverter.cpp)
|
|
|
|
|
2022-09-26 10:15:03 +02:00
|
|
|
add_subdirectory(control)
|