https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 24d8bcc56913f0c211e8b82173308a5849e7c12b authored by renchao_lu on 30 May 2021, 16:43:54 UTC
[Docu] add parameter documentation.
Tip revision: 24d8bcc
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