swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: f20fcca689aa2a23d828c2397d63b3842885ae55 authored by Dmitry Yu. Naumov on 15 March 2021, 10:12:26 UTC
Merge branch 'UpdateNetCdfResult' into 'master'
Tip revision: f20fcca
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