Skip to content

Commit

Permalink
fix CmakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
YuseiAlexS committed Sep 24, 2024
1 parent 50d410f commit 17d324b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ExtLibraries/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ string(REPLACE "\\" "/" SETTINGS_DIR ${SETTINGS_DIR})

message("ExtLibraries install dir: ${EXT_LIB_DIR}")

#add_subdirectory(nrlmsise00)
add_subdirectory(nrlmsise00)
add_subdirectory(cspice)
add_subdirectory(lunar_gravity_field)
1 change: 1 addition & 0 deletions src/math_physics/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ add_library(${PROJECT_NAME} STATIC
orbit/kepler_orbit.cpp
orbit/relative_orbit_models.cpp
orbit/relative_orbit_yamanaka_ankersen.cpp
orbit/relative_orbit_carter.cpp
orbit/interpolation_orbit.cpp
orbit/sgp4/sgp4ext.cpp
orbit/sgp4/sgp4io.cpp
Expand Down

0 comments on commit 17d324b

Please sign in to comment.