https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: fe7014a2828994b160ee5852d6b437a226874761 authored by Christoph Lehmann on 14 October 2021, 07:36:31 UTC
Merge branch 'unify-local-data-initializers' into 'master'
Tip revision: fe7014a
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