From c318bb732a524883541b130dedad38c8789d5cb5 Mon Sep 17 00:00:00 2001 From: Frederik Hennig <frederik.hennig@fau.de> Date: Tue, 25 Mar 2025 15:23:02 +0100 Subject: [PATCH] prefix walberla modules --- CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f9e7057..2824fc2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,5 +21,9 @@ target_include_directories( sfg_walberla INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/i target_link_libraries( sfg_walberla INTERFACE - core stencil domain_decomposition blockforest field + walberla::core + walberla::stencil + walberla::domain_decomposition + walberla::blockforest + walberla::field ) -- GitLab