Skip to content
Snippets Groups Projects
Commit 86caaaeb authored by Timo Koch's avatar Timo Koch
Browse files

[cmake][staggered] Add missing CMakeLists.txt and install headers

parent 3e7db981
No related branches found
No related tags found
1 merge request!617[WIP] Next
...@@ -6,7 +6,7 @@ add_subdirectory("freeflow") ...@@ -6,7 +6,7 @@ add_subdirectory("freeflow")
add_subdirectory("io") add_subdirectory("io")
add_subdirectory("linear") add_subdirectory("linear")
add_subdirectory("material") add_subdirectory("material")
add_subdirectory("mixeddimension") #add_subdirectory("mixeddimension")
add_subdirectory("nonlinear") add_subdirectory("nonlinear")
add_subdirectory("parallel") add_subdirectory("parallel")
add_subdirectory("porousmediumflow") add_subdirectory("porousmediumflow")
add_subdirectory("box") add_subdirectory("box")
add_subdirectory("cellcentered") add_subdirectory("cellcentered")
add_subdirectory("staggered")
install(FILES install(FILES
basefvgridgeometry.hh basefvgridgeometry.hh
......
add_subdirectory("freeflow")
install(FILES
connectivitymap.hh
elementfacevariables.hh
elementfluxvariables.hh
elementvolumevariables.hh
facesolution.hh
fvelementgeometry.hh
fvgridgeometry.hh
globalfacevariables.hh
gridfluxvariables.hh
gridvariables.hh
gridvolumevariables.hh
properties.hh
subcontrolvolumeface.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dumux/discretization/staggered)
install(FILES
boundarytypes.hh
facevariables.hh
fickslaw.hh
fourierslaw.hh
maxwellstefanslaw.hh
properties.hh
staggeredgeometryhelper.hh
subcontrolvolumeface.hh
velocityoutput.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dumux/discretization/freeflow)
add_subdirectory("staggered")
#install headers #install headers
install(FILES install(FILES
...@@ -7,8 +8,6 @@ indices.hh ...@@ -7,8 +8,6 @@ indices.hh
localresidual.hh localresidual.hh
model.hh model.hh
problem.hh problem.hh
staggered/fluxvariables.hh
staggered/localresidual.hh
volumevariables.hh volumevariables.hh
vtkoutputfields.hh vtkoutputfields.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dumux/freeflow/navierstokes) DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dumux/freeflow/navierstokes)
#install headers
install(FILES
fluxoverplane.hh
fluxvariables.hh
localresidual.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dumux/freeflow/navierstokes/staggered)
add_subdirectory("staggered")
#install headers #install headers
install(FILES install(FILES
...@@ -7,6 +8,4 @@ localresidual.hh ...@@ -7,6 +8,4 @@ localresidual.hh
model.hh model.hh
volumevariables.hh volumevariables.hh
vtkoutputfields.hh vtkoutputfields.hh
staggered/fluxvariables.hh
staggered/localresidual.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dumux/freeflow/navierstokesnc) DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dumux/freeflow/navierstokesnc)
#install headers
install(FILES
fluxvariables.hh
localresidual.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dumux/freeflow/navierstokesnc/staggered)
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