Skip to content
Snippets Groups Projects
Commit 25cbadb7 authored by Markus Holzer's avatar Markus Holzer
Browse files

Remove mesh dependency

parent bac7e57c
No related branches found
No related tags found
No related merge requests found
Pipeline #61569 canceled
...@@ -20,10 +20,10 @@ waLBerla_generate_target_from_python(NAME FlowAroundCylinderCodeGen ...@@ -20,10 +20,10 @@ waLBerla_generate_target_from_python(NAME FlowAroundCylinderCodeGen
if (WALBERLA_BUILD_WITH_CUDA OR WALBERLA_BUILD_WITH_HIP) if (WALBERLA_BUILD_WITH_CUDA OR WALBERLA_BUILD_WITH_HIP)
waLBerla_add_executable ( NAME FlowAroundCylinder waLBerla_add_executable ( NAME FlowAroundCylinder
FILES FlowAroundCylinder.cpp Cylinder.cpp Evaluation.cpp FILES FlowAroundCylinder.cpp Cylinder.cpp Evaluation.cpp
DEPENDS blockforest boundary core field gpu lbm_generated mesh stencil timeloop vtk FlowAroundCylinderCodeGen ) DEPENDS blockforest boundary core field gpu lbm_generated stencil timeloop vtk FlowAroundCylinderCodeGen )
else() else()
waLBerla_add_executable ( NAME FlowAroundCylinder waLBerla_add_executable ( NAME FlowAroundCylinder
FILES FlowAroundCylinder.cpp Cylinder.cpp Evaluation.cpp FILES FlowAroundCylinder.cpp Cylinder.cpp Evaluation.cpp
DEPENDS blockforest boundary core field lbm_generated mesh stencil timeloop vtk FlowAroundCylinderCodeGen ) DEPENDS blockforest boundary core field lbm_generated stencil timeloop vtk FlowAroundCylinderCodeGen )
endif(WALBERLA_BUILD_WITH_CUDA OR WALBERLA_BUILD_WITH_HIP) endif(WALBERLA_BUILD_WITH_CUDA OR WALBERLA_BUILD_WITH_HIP)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment