https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 33e8ab0be32daea38b02e7ec895937212a89c3ec authored by ericsimo on 08 February 2021, 20:59:17 UTC
added docu
Tip revision: 33e8ab0
CMakeLists.txt
append_source_files(SOURCES)

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

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