https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 7de4634537fe469bc9205ba6e763c6d6cadc9ee4 authored by Wenqing Wang on 15 October 2021, 08:30:24 UTC
[Test/partmesh] Updated the reference result files of partmesh_2Dmesh_3partitions_binary
Tip revision: 7de4634
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