swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: b93354d9d5eb3b9de7a25e3f3cdb30eb687b70d1 authored by Shuang Chen on 04 November 2021, 23:00:24 UTC
[BHE/docu] update 3 BHE array benchmark documentation
Tip revision: b93354d
CMakeLists.txt
get_source_files(SOURCES)

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

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