https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 4dd607ec8244fce6456456622789a92f83c0eb9c authored by Lars Bilke on 17 June 2021, 08:05:02 UTC
Merge branch 'mfront-runtime-fix' into 'master'
Tip revision: 4dd607e
CMakeLists.txt
get_source_files(SOURCES)
ogs_add_library(ParameterLib ${SOURCES})

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