Skip to content
Snippets Groups Projects
CMakeLists.txt 402 B
# SPDX-FileCopyrightText: Copyright © DuMux-Course contributors, see AUTHORS.md in root folder
# SPDX-License-Identifier: GPL-3.0-or-later

# the immiscible two-phase simulation program
dumux_add_test(NAME exercise_basic_2p
               SOURCES 2pmain.cc)

# TODO: dumux-course-task 3: add the two-phase non-isothermal simulation program


# add a symlink for each input file
add_input_file_links()