Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
86caaaeb
Commit
86caaaeb
authored
Dec 21, 2017
by
Timo Koch
Browse files
[cmake][staggered] Add missing CMakeLists.txt and install headers
parent
3e7db981
Changes
8
Hide whitespace changes
Inline
Side-by-side
dumux/CMakeLists.txt
View file @
86caaaeb
...
...
@@ -6,7 +6,7 @@ add_subdirectory("freeflow")
add_subdirectory
(
"io"
)
add_subdirectory
(
"linear"
)
add_subdirectory
(
"material"
)
add_subdirectory
(
"mixeddimension"
)
#
add_subdirectory("mixeddimension")
add_subdirectory
(
"nonlinear"
)
add_subdirectory
(
"parallel"
)
add_subdirectory
(
"porousmediumflow"
)
dumux/discretization/CMakeLists.txt
View file @
86caaaeb
add_subdirectory
(
"box"
)
add_subdirectory
(
"cellcentered"
)
add_subdirectory
(
"staggered"
)
install
(
FILES
basefvgridgeometry.hh
...
...
dumux/discretization/staggered/CMakeLists.txt
0 → 100644
View file @
86caaaeb
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
)
dumux/discretization/staggered/freeflow/CMakeLists.txt
0 → 100644
View file @
86caaaeb
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
)
dumux/freeflow/navierstokes/CMakeLists.txt
View file @
86caaaeb
add_subdirectory
(
"staggered"
)
#install headers
install
(
FILES
...
...
@@ -7,8 +8,6 @@ indices.hh
localresidual.hh
model.hh
problem.hh
staggered/fluxvariables.hh
staggered/localresidual.hh
volumevariables.hh
vtkoutputfields.hh
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/dumux/freeflow/navierstokes
)
dumux/freeflow/navierstokes/staggered/CMakeLists.txt
0 → 100644
View file @
86caaaeb
#install headers
install
(
FILES
fluxoverplane.hh
fluxvariables.hh
localresidual.hh
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/dumux/freeflow/navierstokes/staggered
)
dumux/freeflow/navierstokesnc/CMakeLists.txt
View file @
86caaaeb
add_subdirectory
(
"staggered"
)
#install headers
install
(
FILES
...
...
@@ -7,6 +8,4 @@ localresidual.hh
model.hh
volumevariables.hh
vtkoutputfields.hh
staggered/fluxvariables.hh
staggered/localresidual.hh
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/dumux/freeflow/navierstokesnc
)
dumux/freeflow/navierstokesnc/staggered/CMakeLists.txt
0 → 100644
View file @
86caaaeb
#install headers
install
(
FILES
fluxvariables.hh
localresidual.hh
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/dumux/freeflow/navierstokesnc/staggered
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment