Skip to content

Commit

Permalink
Add target_include_directory for WW3.
Browse files Browse the repository at this point in the history
  • Loading branch information
micaeljtoliveira committed May 6, 2024
1 parent d6813d6 commit 0784065
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WW3/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ endforeach()
## WW3 library
add_fortran_library(OM3_ww3 mod STATIC)
add_library(AccessOM3::ww3 ALIAS OM3_ww3)
target_include_directories(OM3_ww3 PRIVATE $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/WW3/model/src>)
target_compile_definitions(OM3_ww3 PRIVATE ENDIANNESS="big_endian")
set_property(SOURCE WW3/model/src/w3initmd.F90
APPEND
Expand Down

0 comments on commit 0784065

Please sign in to comment.