add_subdirectory(Registry)
add_library(GCHP STATIC
    Chem_GridCompMod.F90
    gchp_chunk_mod.F90
    gchp_historyexports_mod.F90
    gchp_providerservices_mod.F90
)
target_link_libraries(GCHP
	PUBLIC GeosCore
)
add_dependencies(GCHP registry)
target_include_directories(GCHP PUBLIC ${CMAKE_CURRENT_BINARY_DIR}/Registry)
