https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: db682a460382edac30770d76f39cec456b0ab997 authored by wenqing on 18 March 2021, 14:13:00 UTC
Merge branch 'HM_enabled_restart' into 'master'
Tip revision: db682a4
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