Skip to content
Snippets Groups Projects
Commit 47bbb72e authored by Rahil Doshi's avatar Rahil Doshi
Browse files

Prefix CMake targets

parent ad8c7a05
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ walberla_codegen_venv_install( ...@@ -27,7 +27,7 @@ walberla_codegen_venv_install(
add_executable ( HeatEquationWithMaterial ) add_executable ( HeatEquationWithMaterial )
target_sources( HeatEquationWithMaterial PRIVATE CodegenHeatEquationWithMaterial.cpp ) target_sources( HeatEquationWithMaterial PRIVATE CodegenHeatEquationWithMaterial.cpp )
target_link_libraries( HeatEquationWithMaterial PRIVATE blockforest core field stencil timeloop vtk pde ) target_link_libraries( HeatEquationWithMaterial PRIVATE walberla::blockforest walberla::core walberla::field walberla::stencil walberla::timeloop walberla::vtk walberla::pde )
target_link_libraries( HeatEquationWithMaterial PRIVATE interpolation_template ) target_link_libraries( HeatEquationWithMaterial PRIVATE interpolation_template )
pystencilssfg_generate_target_sources( HeatEquationWithMaterial pystencilssfg_generate_target_sources( HeatEquationWithMaterial
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment