From 3242cc964856aadae0954072b88b29fc6b7b6565 Mon Sep 17 00:00:00 2001 From: Timo Koch Date: Fri, 30 Nov 2018 09:26:05 +0100 Subject: [PATCH] [cmake] Fix install --- dumux/common/CMakeLists.txt | 1 + dumux/discretization/cellcentered/tpfa/CMakeLists.txt | 1 + dumux/material/fluidmatrixinteractions/mp/CMakeLists.txt | 2 +- dumux/material/spatialparams/CMakeLists.txt | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dumux/common/CMakeLists.txt b/dumux/common/CMakeLists.txt index abda2600c7..9d1bee358a 100644 --- a/dumux/common/CMakeLists.txt +++ b/dumux/common/CMakeLists.txt @@ -23,6 +23,7 @@ math.hh numericdifferentiation.hh optional.hh parameters.hh +partial.hh pointsource.hh properties.hh quad.hh diff --git a/dumux/discretization/cellcentered/tpfa/CMakeLists.txt b/dumux/discretization/cellcentered/tpfa/CMakeLists.txt index 1d3ca2c9f6..c6f84ae164 100644 --- a/dumux/discretization/cellcentered/tpfa/CMakeLists.txt +++ b/dumux/discretization/cellcentered/tpfa/CMakeLists.txt @@ -7,6 +7,7 @@ fickslaw.hh fluxvariablescachefiller.hh forchheimerslaw.hh fourierslaw.hh +fourierslawnonequilibrium.hh fvelementgeometry.hh fvgridgeometry.hh gridfluxvariablescache.hh diff --git a/dumux/material/fluidmatrixinteractions/mp/CMakeLists.txt b/dumux/material/fluidmatrixinteractions/mp/CMakeLists.txt index b07d7c8152..f8609fdd60 100644 --- a/dumux/material/fluidmatrixinteractions/mp/CMakeLists.txt +++ b/dumux/material/fluidmatrixinteractions/mp/CMakeLists.txt @@ -1,6 +1,6 @@ install(FILES -mpadapter.hh 2poftadapter.hh +mpadapter.hh mplinearmaterial.hh mplinearmaterialparams.hh DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dumux/material/fluidmatrixinteractions/mp) diff --git a/dumux/material/spatialparams/CMakeLists.txt b/dumux/material/spatialparams/CMakeLists.txt index 926f002d36..acc64bb4f0 100644 --- a/dumux/material/spatialparams/CMakeLists.txt +++ b/dumux/material/spatialparams/CMakeLists.txt @@ -2,6 +2,7 @@ install(FILES fv.hh fv1p.hh fvelastic.hh +fvnonequilibrium.hh fvporoelastic.hh gstatrandomfield.hh sequentialfv.hh -- GitLab