swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: 3dfde3188d719bc4a2fe0fc7b5686958acd7ae57 authored by Dmitry Yu. Naumov on 28 July 2021, 04:20:46 UTC
Merge branch 'THMRestart' into 'master'
Tip revision: 3dfde31
CMakeLists.txt
get_source_files(SOURCES)

ogs_add_library(StokesFlow ${SOURCES})

target_link_libraries(StokesFlow PUBLIC ProcessLib PRIVATE ParameterLib)

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