swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: 112b3d03949c2150e1a81c2a10edd4856e4a250b authored by Thomas Fischer on 07 May 2021, 07:12:02 UTC
[PL/LF] Update documentation for gravity input.
Tip revision: 112b3d0
CMakeLists.txt
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