File tree Expand file tree Collapse file tree 3 files changed +980
-1523
lines changed
GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSgwd_GridComp Expand file tree Collapse file tree 3 files changed +980
-1523
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,23 @@ set (srcs
1919 )
2020
2121set (resource_files
22- GWD_GridComp.rc
23- )
24-
25-
22+ GWD_GridComp.rc
23+ )
2624
2725install ( FILES ${resource_files}
28- DESTINATION etc
29- )
26+ DESTINATION etc
27+ )
3028
31- esma_add_library (${this} SRCS ${srcs} DEPENDENCIES GEOS_Shared MAPL ESMF::ESMF NetCDF::NetCDF_Fortran)
29+ esma_add_library (
30+ ${this}
31+ SRCS ${srcs}
32+ DEPENDENCIES GEOS_Shared MAPL ESMF::ESMF NetCDF::NetCDF_Fortran TYPE SHARED
33+ )
34+
35+ mapl_acg (
36+ ${this} GWD_StateSpecs.rc
37+ IMPORT_SPECS EXPORT_SPECS INTERNAL_SPECS GET_POINTERS DECLARE_POINTERS
38+ )
3239
3340# CMake has an OpenMP issue with NAG Fortran: https://gitlab.kitware.com/cmake/cmake/-/issues/21280
3441if (NOT CMAKE_Fortran_COMPILER_ID MATCHES "NAG" )
You can’t perform that action at this time.
0 commit comments