Skip to content
Snippets Groups Projects
Commit 50135252 authored by Ned Coltman's avatar Ned Coltman
Browse files

Merge branch 'fix/install-headers' into 'master'

[fix] Update cmake install headers

See merge request !2117

(cherry picked from commit e6407fec)

72b7a46f [fix] Update cmake install headers
parent 918444cb
No related branches found
No related tags found
2 merge requests!2152WIP add default fluxcache properties,!2118Merge branch 'fix/install-headers' into 'master'
...@@ -7,13 +7,14 @@ balanceequationopts.hh ...@@ -7,13 +7,14 @@ balanceequationopts.hh
boundaryconditions.hh boundaryconditions.hh
boundaryflag.hh boundaryflag.hh
boundarytypes.hh boundarytypes.hh
boundingboxtree.hh
cubicspline.hh cubicspline.hh
cubicsplinehermitebasis.hh cubicsplinehermitebasis.hh
defaultmappertraits.hh defaultmappertraits.hh
defaultusagemessage.hh defaultusagemessage.hh
deprecated.hh deprecated.hh
dimensionlessnumbers.hh dimensionlessnumbers.hh
doubleexpintegrationconstants.hh
doubleexpintegrator.hh
dumuxmessage.hh dumuxmessage.hh
entitymap.hh entitymap.hh
exceptions.hh exceptions.hh
......
...@@ -7,6 +7,7 @@ add_subdirectory(staggered) ...@@ -7,6 +7,7 @@ add_subdirectory(staggered)
install(FILES install(FILES
darcyslaw.hh darcyslaw.hh
effectivestresslaw.hh effectivestresslaw.hh
fickiandiffusioncoefficients.hh
fickslaw.hh fickslaw.hh
fluxvariablesbase.hh fluxvariablesbase.hh
fluxvariablescaching.hh fluxvariablescaching.hh
...@@ -14,6 +15,7 @@ forchheimerslaw.hh ...@@ -14,6 +15,7 @@ forchheimerslaw.hh
fourierslaw.hh fourierslaw.hh
fourierslawnonequilibrium.hh fourierslawnonequilibrium.hh
hookeslaw.hh hookeslaw.hh
maxwellstefandiffusioncoefficients.hh
maxwellstefanslaw.hh maxwellstefanslaw.hh
referencesystemformulation.hh referencesystemformulation.hh
shallowwaterflux.hh shallowwaterflux.hh
......
...@@ -3,12 +3,14 @@ amgbackend.hh ...@@ -3,12 +3,14 @@ amgbackend.hh
amgparallelhelpers.hh amgparallelhelpers.hh
amgtraits.hh amgtraits.hh
istlsolverfactorybackend.hh istlsolverfactorybackend.hh
istlsolverregistry.hh
linearsolveracceptsmultitypematrix.hh
linearsolverparameters.hh linearsolverparameters.hh
linearsolvertraits.hh linearsolvertraits.hh
linearsolveracceptsmultitypematrix.hh
matrixconverter.hh matrixconverter.hh
parallelhelpers.hh parallelhelpers.hh
pdesolver.hh pdesolver.hh
preconditioners.hh
scotchbackend.hh scotchbackend.hh
seqsolverbackend.hh seqsolverbackend.hh
solver.hh solver.hh
......
...@@ -2,6 +2,7 @@ add_subdirectory(iapws) ...@@ -2,6 +2,7 @@ add_subdirectory(iapws)
install(FILES install(FILES
air.hh air.hh
ammonia.hh
base.hh base.hh
benzene.hh benzene.hh
brine.hh brine.hh
...@@ -11,12 +12,14 @@ cao.hh ...@@ -11,12 +12,14 @@ cao.hh
cao2h2.hh cao2h2.hh
carbonateion.hh carbonateion.hh
ch4.hh ch4.hh
chlorideion.hh
co2.hh co2.hh
co2tablereader.hh co2tablereader.hh
co2tables.inc co2tables.inc
componenttraits.hh componenttraits.hh
constant.hh constant.hh
gas.hh gas.hh
glucose.hh
granite.hh granite.hh
h2.hh h2.hh
h2o.hh h2o.hh
...@@ -28,8 +31,10 @@ n2.hh ...@@ -28,8 +31,10 @@ n2.hh
nacl.hh nacl.hh
o2.hh o2.hh
simpleh2o.hh simpleh2o.hh
sodiumion.hh
solid.hh solid.hh
tabulatedcomponent.hh tabulatedcomponent.hh
trichloroethene.hh trichloroethene.hh
urea.hh
xylene.hh xylene.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dumux/material/components) DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dumux/material/components)
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