https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: b70650bef92f73ad5f7e578e4d8eb5c88e1ca2d1 authored by wenqing on 02 November 2021, 08:06:40 UTC
Merge branch 'improve_GMSH2OGS_1' into 'master'
Tip revision: b70650b
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