https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: bce5b83de46f178f775784e3b3ec4551ce0780d0 authored by Norbert Grunwald on 03 September 2021, 05:19:09 UTC
removed auxiliary functions from PTM-class
Tip revision: bce5b83
CMakeLists.txt
get_source_files(SOURCES)
ogs_add_library(ParameterLib ${SOURCES})

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