swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: 24c9c69acc39cb4071852070ab7d1010b388e14b authored by Dmitry Yu. Naumov on 09 March 2021, 13:49:07 UTC
Merge branch 'CIFixTolerancesRMLiakopoulosQN' into 'master'
Tip revision: 24c9c69
CMakeLists.txt
get_source_files(SOURCES)

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

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