https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 7afa220979f2ff02a75afb935ffc4b03b158275b authored by renchao_lu on 01 March 2021, 11:36:34 UTC
[T] Relax absolute tolerance.
Tip revision: 7afa220
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