https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: de716c0b3eb9ad038ba6ed8f97fca410542551aa authored by Wenqing Wang on 21 October 2021, 11:10:21 UTC
[Test/HT] Added a parallel computing test
Tip revision: de716c0
CMakeLists.txt
get_source_files(SOURCES)

ogs_add_library(SteadyStateDiffusion ${SOURCES})

target_link_libraries(
    SteadyStateDiffusion PUBLIC ProcessLib PRIVATE ParameterLib
)

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