This reverts commit 6280d9fb0184275843a8f4406c7293e41e65a639, reversing changes made to 3c9c8b8c6a2b2e7430ff09efdc2cc0c1996b16ca.
29 lines
517 B
CMake
29 lines
517 B
CMake
add_library(sim
|
|
Aero.cpp
|
|
Aero.h
|
|
AtmosphericModel.h
|
|
ConstantAtmosphere.h
|
|
ConstantGravityModel.h
|
|
DESolver.h
|
|
Environment.h
|
|
GeoidModel.h
|
|
GravityModel.h
|
|
Propagator.cpp
|
|
Propagator.h
|
|
RK4Solver.h
|
|
SphericalGeoidModel.cpp
|
|
SphericalGeoidModel.h
|
|
SphericalGravityModel.cpp
|
|
SphericalGravityModel.h
|
|
StateData.h
|
|
USStandardAtmosphere.cpp
|
|
USStandardAtmosphere.h
|
|
WindModel.cpp
|
|
WindModel.h)
|
|
|
|
target_link_libraries(sim PRIVATE
|
|
utils)
|
|
|
|
# Unit tests
|
|
add_subdirectory(tests)
|