swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: bf791fb8cd2288e845710638851db90c38d2b89c authored by renchao.lu on 11 November 2021, 12:59:03 UTC
Merge branch 'OutputMeshPropPorosity' into 'master'
Tip revision: bf791fb
CMakeLists.txt
get_source_files(SOURCES)

ogs_add_library(SmallDeformation ${SOURCES})
target_link_libraries(SmallDeformation PUBLIC ProcessLib PRIVATE ParameterLib)

if(OGS_BUILD_TESTING)
    include(Tests.cmake)
endif()
back to top