https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 2298e87f0be2eda831b03d567589c6af8a910f87 authored by Dmitry Yu. Naumov on 02 December 2021, 12:26:40 UTC
Merge branch 'RemoveDxDotDxAndDxDx' into 'master'
Tip revision: 2298e87
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