https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: c449fe1369347d617d50f25f0dd81fc7294f8fad authored by Dmitri Naumov on 09 March 2021, 13:48:03 UTC
[T/RM] Relax tolerances for failing CI job.
Tip revision: c449fe1
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