https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 216c26d295e2f42dbaeaaa892a1c043b7310881e authored by Lars Bilke on 21 June 2021, 11:58:26 UTC
Merge branch 'tailwind-update' into 'master'
Tip revision: 216c26d
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