https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 3f6d3405cd367c47d03248ecf2ed3cc98aa31947 authored by Dmitri Naumov on 04 October 2021, 16:06:22 UTC
[MGTL] clang-format some lambdas.
Tip revision: 3f6d340
CMakeLists.txt
get_source_files(SOURCES)

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

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