https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 961c4a1ba9af5aa8dcc61aaf8e2d80ad8c7f0d3e authored by Tom Fischer on 30 August 2021, 18:22:23 UTC
Merge branch 'MeshLibElementCleanup-ReImplementGetContent' into 'master'
Tip revision: 961c4a1
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