https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 541b35fe28f86014b1afd55cc74ce413a0bf443b authored by wenqing on 09 September 2021, 10:28:49 UTC
Merge branch 'fixing' into 'master'
Tip revision: 541b35f
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