swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: 4cdcdb05c1c0c699beb33f0e18987c8e90918217 authored by Lars Bilke on 15 November 2021, 13:04:02 UTC
[cmake] Add petsc-lib path to RPATH.
Tip revision: 4cdcdb0
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