https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 48f80909dfdfd2f03a1541d08e6cbdc5a122b58c authored by renchao_lu on 09 June 2021, 19:50:22 UTC
[Web] Web documentation of the parallel-plate testcase.
Tip revision: 48f8090
CMakeLists.txt
get_source_files(SOURCES)
ogs_add_library(ParameterLib ${SOURCES})

target_link_libraries(
    ParameterLib PUBLIC MathLib PRIVATE BaseLib exprtk MeshLib
)
back to top