https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 802cadc8f9513f50a0c327519f39cf7cf9709e02 authored by renchao_lu on 07 May 2021, 10:57:27 UTC
[T] relax absolute error.
Tip revision: 802cadc
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