Skip to content

Commit

Permalink
Closes #277 by amending CMakeLists.txt to use the GCsuffix for the ca…
Browse files Browse the repository at this point in the history
…rbon long names
  • Loading branch information
acollow committed Jun 21, 2024
1 parent 13cb65a commit 7ff4a43
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions ESMF/GOCART2G_GridComp/CA2G_GridComp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ esma_add_library (${this}
SRCS ${this}Mod.F90
DEPENDENCIES MAPL GA_Environment Chem_Shared2G Process_Library esmf NetCDF::NetCDF_Fortran)

mapl_acg (${this} CA2G_StateSpecs.rc
IMPORT_SPECS EXPORT_SPECS INTERNAL_SPECS
GET_POINTERS DECLARE_POINTERS)
mapl_acg (${this} CA2G_StateSpecs.rc
IMPORT_SPECS EXPORT_SPECS INTERNAL_SPECS
GET_POINTERS DECLARE_POINTERS
LONG_NAME_PREFIX "GCsuffix")


file (GLOB_RECURSE rc_files CONFIGURE_DEPENDS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.rc *.yaml)
foreach ( file ${rc_files} )
Expand Down

0 comments on commit 7ff4a43

Please sign in to comment.