https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: a611f04c98d19298768351b98832f8b804425da7 authored by Norbert Grunwald on 20 September 2021, 13:08:24 UTC
update tests.cmake to include PT_full test
Tip revision: a611f04
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