https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 672fafcd925df7f816f1f54e81080c8f632713a4 authored by Tom Fischer on 21 April 2021, 22:02:48 UTC
Merge branch 'ImproveCodeQualityInMeshComponentMap' into 'master'
Tip revision: 672fafc
CMakeLists.txt
get_source_files(SOURCES)

ogs_add_library(SmallDeformationNonlocal ${SOURCES})
target_link_libraries(
    SmallDeformationNonlocal PUBLIC ProcessLib PRIVATE ParameterLib
)

if(OGS_BUILD_TESTING)
    include(Tests.cmake)
endif()
back to top