swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: b43dc78358c7371bbba8393bde66da48ad550e93 authored by Lars Bilke on 28 September 2021, 13:53:27 UTC
Merge branch 'jupyter-ogs' into 'master'
Tip revision: b43dc78
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