25 lines
458 B
CMake
25 lines
458 B
CMake
add_library(sim
|
|
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)
|
|
|