From e881b1d321f170897109b8b67b310e112af2ab3d Mon Sep 17 00:00:00 2001 From: IvBu <ivan.buntic@iws.uni-stuttgart.de> Date: Mon, 8 Jul 2024 11:49:09 +0200 Subject: [PATCH] [problem] Improve symlink slide. --- slides/problem.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/slides/problem.md b/slides/problem.md index 9765e2fe..74dbc29d 100644 --- a/slides/problem.md +++ b/slides/problem.md @@ -730,6 +730,8 @@ dumux_add_test( Extra: Create linked parameter file in `build-cmake` folder, separately add executable and set compile definitions for an executable: ```cmake dune_symlink_to_source_files(FILES "params.input") +# or: add_input_file_links() + # using tpfa add_executable(test_2p_incompressible_tpfa EXCLUDE_FROM_ALL main.cc) target_compile_definitions( -- GitLab