diff --git a/dumux/common/CMakeLists.txt b/dumux/common/CMakeLists.txt index abda2600c744aa263385ddf6150a83b753082577..9d1bee358abddcbc9176b0a4c568834745c75c70 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 1d3ca2c9f643672924a5626da15e2233b9451e52..c6f84ae16454af9b7294079e4e1a168037d69008 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 b07d7c81529b26c99713d96f611af7e66c171460..f8609fdd600a58f1574264228540b515d1bcfc84 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 926f002d36772a0828245986e0fd320fac24e82a..acc64bb4f059b2794d56966e81ac5eae3643964a 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