Raw File
get_source_files(SOURCES)

ogs_add_library(RichardsComponentTransport ${SOURCES})
target_link_libraries(
    RichardsComponentTransport PUBLIC ProcessLib ChemistryLib
    PRIVATE ParameterLib
)

if(OGS_BUILD_TESTING)
    include(Tests.cmake)
endif()
back to top