Skip to content

Commit

Permalink
Minor cmake fix needed for lastest eamxx
Browse files Browse the repository at this point in the history
  • Loading branch information
jgfouca committed Jun 26, 2024
1 parent 5931666 commit b3e8d7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions physics/scream_cxx_p3_shoc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ include_directories(${SCREAM_HOME}/components/eam/src/physics/cam )
include_directories(${SCREAM_HOME}/share/timing )
include_directories(${YAKL_HOME}/external )

add_library(eamxx_physics INTERFACE)
add_subdirectory(${SCREAM_HOME}/externals/ekat ${EKAT_BINARY_DIR} )
add_subdirectory(scream_share ${CMAKE_CURRENT_BINARY_DIR}/scream_share )
add_subdirectory(${SCREAM_HOME}/components/eamxx/src/physics/share ${CMAKE_CURRENT_BINARY_DIR}/physics_share)
Expand Down

0 comments on commit b3e8d7d

Please sign in to comment.