swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: 1b79d7743524465be837ebe92bd4c8ffc8954039 authored by Dmitry Yu. Naumov on 09 June 2021, 10:03:19 UTC
Merge branch 'FixMultipleDeactivatedSubdomainsBug' into 'master'
Tip revision: 1b79d77
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