Skip to content

Commit

Permalink
split link
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Nov 14, 2024
1 parent 78b23f6 commit c1062c2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -180,19 +180,19 @@ if(NOT NRLMSISE00_LIB)
message(FATAL_ERROR "nrlmsise00 not found in ${EXT_LIB_DIR}")
endif()

target_link_libraries(${PROJECT_NAME} DYNAMICS)
target_link_libraries(${PROJECT_NAME} DISTURBANCE)
target_link_libraries(${PROJECT_NAME} SIMULATION)
target_link_libraries(${PROJECT_NAME} GLOBAL_ENVIRONMENT LOCAL_ENVIRONMENT)
target_link_libraries(${PROJECT_NAME} COMPONENT)

target_link_libraries(${PROJECT_NAME}
LOGGER
SETTING_FILE_READER
INIH
UTILITIES

DISTURBANCE
DYNAMICS
GLOBAL_ENVIRONMENT
LOCAL_ENVIRONMENT
MATH_PHYSICS
SIMULATION
COMPONENT

# ExtLibraries
${NRLMSISE00_LIB}
Expand Down

0 comments on commit c1062c2

Please sign in to comment.