https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: d0b959f2e7ce723411a8ea7d62f1d872560fa786 authored by Dmitri Naumov on 01 March 2021, 13:45:13 UTC
[PL] HM/TM; Fix parameter names in docu.
Tip revision: d0b959f
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