Skip to content
GitLab
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
e16baad7
Commit
e16baad7
authored
Dec 15, 2017
by
Dennis Gläser
Browse files
[discretization] fix CMakeLists.txt
parent
60e37077
Changes
2
Hide whitespace changes
Inline
Side-by-side
dumux/discretization/CMakeLists.txt
View file @
e16baad7
add_subdirectory
(
"box"
)
add_subdirectory
(
"cellcentered"
)
install
(
FILES
basefvgridgeometry.hh
darcyslaw.hh
evalgradients.hh
evalsolution.hh
fickslaw.hh
fluxstencil.hh
fluxvariablesbase.hh
fluxvariablescaching.hh
fourierslaw.hh
fvgridvariables.hh
fvproperties.hh
methods.hh
scvandscvfiterators.hh
scvoperator.hh
stationaryvelocityfield.hh
subcontrolvolumebase.hh
subcontrolvolumefacebase.hh
upwindscheme.hh
volumevariables.hh
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/dumux/discretization
)
dumux/discretization/cellcentered/mpfa/omethod/CMakeLists.txt
View file @
e16baad7
...
...
@@ -3,4 +3,4 @@ helper.hh
interactionvolume.hh
interactionvolumeindexset.hh
localsubcontrolentities.hh
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/dumux/discretization/cellcentered/mpfa
)
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/dumux/discretization/cellcentered/mpfa
/omethod
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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