https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 5a7dcee49f47af630b090285ed6a92a441919e5e authored by Wenqing Wang on 20 July 2021, 07:56:30 UTC
[Ctest/TM/tm1_2Dbeam] Increased the error tolerance of displacement
Tip revision: 5a7dcee
CMakeLists.txt
add_subdirectory(Common)
get_source_files(SOURCES HydroMechanics)
append_source_files(SOURCES HydroMechanics/LocalAssembler)
append_source_files(SOURCES SmallDeformation)
append_source_files(SOURCES SmallDeformation/LocalAssembler)

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

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