15 lines
317 B
CMake
15 lines
317 B
CMake
|
target_sources(
|
||
|
${LIB_EIVE_MISSION}
|
||
|
PRIVATE AcsParameters.cpp
|
||
|
ActuatorCmd.cpp
|
||
|
Guidance.cpp
|
||
|
Igrf13Model.cpp
|
||
|
MultiplicativeKalmanFilter.cpp
|
||
|
Navigation.cpp
|
||
|
OutputValues.cpp
|
||
|
SensorProcessing.cpp
|
||
|
SensorValues.cpp
|
||
|
SusConverter.cpp)
|
||
|
|
||
|
add_subdirectory(control)
|