From 4db2834912acdb084061ba5b6632f0a5c2d0e61b Mon Sep 17 00:00:00 2001 From: DominicDirkx Date: Wed, 22 Jan 2025 22:33:19 +0100 Subject: [PATCH] Update CMakeLists.txt --- tudatpy/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tudatpy/CMakeLists.txt b/tudatpy/CMakeLists.txt index 8e080da1..7ec2e4f1 100644 --- a/tudatpy/CMakeLists.txt +++ b/tudatpy/CMakeLists.txt @@ -93,11 +93,11 @@ YACMA_PYTHON_MODULE(kernel kernel/expose_numerical_simulation/expose_propagation.cpp kernel/expose_numerical_simulation/expose_environment.cpp - kernel/expose_numerical_simulation/expose_estimation.cpp + kernel/expose_numerical_simulation/expose_observation_collection.cpp kernel/expose_numerical_simulation/expose_single_observation_set.cpp kernel/expose_numerical_simulation/expose_propagated_covariance.cpp - + kernel/expose_numerical_simulation/expose_estimation.cpp kernel/expose_numerical_simulation/expose_environment_setup.cpp kernel/expose_numerical_simulation/expose_environment_setup/expose_aerodynamic_coefficient_setup.cpp kernel/expose_numerical_simulation/expose_environment_setup/expose_atmosphere_setup.cpp