Skip to content
Snippets Groups Projects
Commit 549ce589 authored by Tobias Malkmus's avatar Tobias Malkmus
Browse files

[bugfix] install add headers from example directories

This should partially fix issue #2
parent d603289a
No related branches found
No related tags found
1 merge request!2[bugfix] install add headers from example directories
Showing
with 19 additions and 13 deletions
dune_install( main.cc models.hh algorithmcreator.hh problems.hh)
dune_add_subdirs( test )
dune_add_subdirs( test problems )
dune_install( deformationalflow.hh problem.hh problemQuasiHeatEqn.hh pulse.hh sin.hh)
dune_install( checkedcheckpointcaller.hh checkpointing.hh models.hh algorithmcreator.hh problem.hh )
dune_install( algorithmcreator.hh checkedcheckpointcaller.hh checkpointing.hh models.hh problem.hh )
dune_add_subdirs( test )
dune_install( main.cc models.hh algorithmcreator.hh problems.hh )
dune_install( main.cc algorithmcreator.hh models.hh problems.hh )
dune_add_subdirs( test )
dune_add_subdirs( problems test )
dune_install( chorjo.cc chorjo.hh problems.hh )
dune_install( main.cc incompnavierstokesalgorithm.hh models.hh algorithmcreator.hh problems.hh stokesmodel.hh )
dune_install( main.cc algorithmcreator.hh incompnavierstokesalgorithm.hh models.hh problems.hh stokesmodel.hh subnavierstokesalgorithmcreator.hh subpoissonalgorithmcreator.hh substokesalgorithmcreator.hh )
dune_add_subdirs( test )
dune_add_subdirs( problems test )
dune_install( operatorsplitting.hh problem.hh )
dune_install( main.cc ns_model.hh algorithmcreator.hh ns_model_spec.hh thermodynamics.hh passtraits.hh)
dune_install( main.cc algorithmcreator.hh models.hh navierstokesflux.hh problems.hh thermodynamics.hh )
dune_add_subdirs( test )
dune_add_subdirs( problems test )
dune_install( nssmooth.hh nswaves.hh )
dune_install( main.cc gridinitializer.hh models.hh algorithmcreator.hh problems.hh )
dune_install( main.cc algorithmcreator.hh gridinitializer.hh models.hh problems.hh )
dune_add_subdirs( test )
dune_add_subdirs( problems test )
dune_install( benchmarkproblems.hh poissonproblem.hh )
dune_install( main.cc models.hh algorithmcreator.hh problems.hh stokesalgorithm.hh stokesassembler.hh tensorhelper.hh )
dune_add_subdirs( test )
dune_install( main.cc algorithmcreator.hh models.hh problems.hh stokesalgorithm.hh stokesassembler.hh tensorhelper.hh )
dune_add_subdirs( problems test )
dune_install( corner.hh problem.hh )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment