https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 1566f1eaf7b7c7ad4fd639f451b6da4eb54298f2 authored by Tobias Meisel on 06 September 2021, 11:34:58 UTC
[MeL/IO] HDF/XDMF: New multimesh output tests
Tip revision: 1566f1e
CMakeLists.txt
get_source_files(SOURCES)
ogs_add_library(ParameterLib ${SOURCES})

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