swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: 6349956905b9d45f31e1c6c9fc03928ed08e3e77 authored by renchao_lu on 02 August 2021, 13:43:09 UTC
[PL/TRF] clang-format.
Tip revision: 6349956
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