https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ba4428799f1b01b41d0820f7f81ce1afe275f3f1 authored by Wenqing Wang on 10 December 2020, 14:50:56 UTC
[UnitTest/MFront] Added a test of getEquivalentPlasticStrain to MFront::MaterialStateVariables
Tip revision: ba44287
CMakeLists.txt
# Source files
get_source_files(SOURCES_DataHolderLib)

# Library
ogs_add_library(DataHolderLib ${SOURCES_DataHolderLib})

target_link_libraries(
    DataHolderLib
    PUBLIC GeoLib MeshLib
    PRIVATE BaseLib MathLib spdlog::spdlog)
back to top