https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: fafacfd5d6325093672c20a2d1d2e6bfc563aa20 authored by Lars Bilke on 27 July 2021, 18:14:01 UTC
Merge branch 'update-pre-commit' into 'master'
Tip revision: fafacfd
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