From 3de2ebbdd93ec3d28e30b31fe79331bc1e9fd85f Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Mon, 9 Jul 2018 18:28:41 +0200 Subject: [PATCH] [cmake] Add forgotten header to make install --- dumux/freeflow/compositional/CMakeLists.txt | 1 + dumux/material/fluidmatrixinteractions/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/dumux/freeflow/compositional/CMakeLists.txt b/dumux/freeflow/compositional/CMakeLists.txt index 11209cfdcd..68fce2bb0b 100644 --- a/dumux/freeflow/compositional/CMakeLists.txt +++ b/dumux/freeflow/compositional/CMakeLists.txt @@ -8,6 +8,7 @@ komegancmodel.hh localresidual.hh lowrekepsilonncmodel.hh navierstokesncmodel.hh +oneeqncmodel.hh volumevariables.hh vtkoutputfields.hh zeroeqncmodel.hh diff --git a/dumux/material/fluidmatrixinteractions/CMakeLists.txt b/dumux/material/fluidmatrixinteractions/CMakeLists.txt index a7cb05704f..49de0b5b04 100644 --- a/dumux/material/fluidmatrixinteractions/CMakeLists.txt +++ b/dumux/material/fluidmatrixinteractions/CMakeLists.txt @@ -9,5 +9,6 @@ install(FILES diffusivityconstanttortuosity.hh diffusivitymillingtonquirk.hh permeabilitykozenycarman.hh +porositydeformation.hh porosityprecipitation.hh DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dumux/material/fluidmatrixinteractions) -- GitLab