https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: f20fcca689aa2a23d828c2397d63b3842885ae55 authored by Dmitry Yu. Naumov on 15 March 2021, 10:12:26 UTC
Merge branch 'UpdateNetCdfResult' into 'master'
Tip revision: f20fcca
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