swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: e2f27fa8426acf8b1b8f780aebebbec96ba9e764 authored by Dominik Kern on 10 August 2021, 11:29:58 UTC
clang format
Tip revision: e2f27fa
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