Skip to content

Commit

Permalink
Changes for copying GEOSCHEMchem rc and yaml files to install/etc
Browse files Browse the repository at this point in the history
  • Loading branch information
viral211 committed Nov 1, 2024
1 parent 9442f85 commit a29adc7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions GEOSCHEMchem_GridComp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,25 @@ install(
FILES ${resource_files}
DESTINATION etc
)

file (GLOB resource_files1 CONFIGURE_DEPENDS
"@geos-chem/run/GEOS/*.rc"
"@geos-chem/run/GEOS/*.yml"
"@geos-chem/run/GEOS/*.yaml"
)

install(
FILES ${resource_files1}
DESTINATION etc
)

file (GLOB resource_files2 CONFIGURE_DEPENDS
"@geos-chem/run/GEOS/TransportTracers/*.rc"
"@geos-chem/run/GEOS/TransportTracers/*.yml"
"@geos-chem/run/GEOS/TransportTracers/*.yaml"
)

install(
FILES ${resource_files2}
DESTINATION etc/geos_chem_transport_tracers/
)

0 comments on commit a29adc7

Please sign in to comment.