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
e432505e
Commit
e432505e
authored
Dec 21, 2017
by
Timo Koch
Browse files
[cmake][common] Add mising CMakeLists.txt and install headers
parent
5eab33cc
Changes
3
Hide whitespace changes
Inline
Side-by-side
dumux/common/CMakeLists.txt
View file @
e432505e
add_subdirectory
(
properties
)
add_subdirectory
(
geometry
)
#install headers
install
(
FILES
ba
sicpropertie
s.hh
ba
lanceequationopt
s.hh
boundaryconditions.hh
boundaryflag.hh
boundarytypes.hh
boundingboxtree.hh
defaultusagemessage.hh
dimensionlessnumbers.hh
dumuxmessage.hh
eigenvalues.hh
entitymap.hh
exceptions.hh
fixedlengthspline_.hh
fvproblem.hh
intersectionmapper.hh
intrange.hh
loggingparametertree.hh
math.hh
optional.hh
parameters.hh
propertysystem.hh
pointsource.hh
properties.hh
quad.hh
reorderingdofmapper.hh
splinecommon_.hh
spline.hh
splinecommon_.hh
staggeredfvproblem.hh
start.hh
tabulated2dfunction.hh
timemanager.hh
timesteppingscheme.hh
valgrind.hh
variablelengthspline_.hh
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/dumux/common
)
dumux/common/geometry/CMakeLists.txt
0 → 100644
View file @
e432505e
#install headers
install
(
FILES
boundingboxtree.hh
boundingboxtreeintersection.hh
geometricentityset.hh
intersectingentities.hh
intersectspointgeometry.hh
intersectspointsimplex.hh
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/dumux/common/geometry
)
dumux/common/properties/CMakeLists.txt
0 → 100644
View file @
e432505e
#install headers
install
(
FILES
grid.hh
model.hh
propertysystem.hh
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/dumux/common/properties
)
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