swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: dbce07f8ca359c774778b12ce768d432866a6db7 authored by Dmitry Yu. Naumov on 18 February 2021, 14:43:28 UTC
Merge branch 'LocalNewtonAdditionalDebugOutput' into 'master'
Tip revision: dbce07f
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