https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ba51af070858619e4a0acba258d9e4a11c719efc authored by Wenqing Wang on 10 September 2021, 07:14:09 UTC
[Test/HM] Relaxed the tolerance of the result comparison of pressure of excavation_niches
Tip revision: ba51af0
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