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
cf6dcf53
Commit
cf6dcf53
authored
Dec 10, 2017
by
Kilian Weishaupt
Browse files
[freeflow] Clean-up CMakeLists.txt
parent
15ea58c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
dumux/freeflow/navierstokes/CMakeLists.txt
View file @
cf6dcf53
#install headers
install
(
FILES
fluxvariables.hh
fluxvariablescache.hh
indices.hh
localresidual.hh
model.hh
properties.hh
propertydefaults.hh
problem.hh
staggered/fluxvariables.hh
staggered/localresidual.hh
volumevariables.hh
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/dumux/porousmediumflow/1p/implicit
)
vtkoutputfields.hh
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/dumux/freeflow/navierstokes
)
dumux/freeflow/navierstokesnc/CMakeLists.txt
View file @
cf6dcf53
#install headers
install
(
FILES
fluxvariables.hh
indices.hh
localresidual.hh
model.hh
properties.hh
propertydefaults.hh
volumevariables.hh
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/dumux/porousmediumflow/1p/implicit
)
vtkoutputfields.hh
staggered/fluxvariables.hh
staggered/localresidual.hh
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/dumux/freeflow/navierstokesnc
)
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