Skip to content

Commit

Permalink
Merge 'hotfix/NOAA-EMC#301-exportdata' into feature/gocart-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
rmontuoro committed May 23, 2021
2 parents 5660a9a + ab94e52 commit 6b0ef7e
Show file tree
Hide file tree
Showing 8 changed files with 631 additions and 934 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ list(APPEND _fv3atm_defs_private GFS_PHYS
target_compile_definitions(fv3atm PRIVATE "${_fv3atm_defs_private}")

set_target_properties(fv3atm PROPERTIES Fortran_MODULE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/mod)
target_include_directories(fv3atm PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/include)
target_include_directories(fv3atm INTERFACE $<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}/mod>
$<INSTALL_INTERFACE:mod>)

Expand Down
Loading

0 comments on commit 6b0ef7e

Please sign in to comment.