https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: c637662b426d256f990a298f43bf08039531b846 authored by tnagel on 02 June 2021, 14:27:04 UTC
Changed MCAS UBI versions to new TFEL syntax.
Tip revision: c637662
CMakeLists.txt
get_source_files(SOURCES)
ogs_add_library(ParameterLib ${SOURCES})

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