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

[cmake][common] Add mising CMakeLists.txt and install headers

parent 5eab33cc
No related branches found
No related tags found
1 merge request!617[WIP] Next
add_subdirectory(properties)
add_subdirectory(geometry)
#install headers
install(FILES
basicproperties.hh
balanceequationopts.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)
#install headers
install(FILES
boundingboxtree.hh
boundingboxtreeintersection.hh
geometricentityset.hh
intersectingentities.hh
intersectspointgeometry.hh
intersectspointsimplex.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dumux/common/geometry)
#install headers
install(FILES
grid.hh
model.hh
propertysystem.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dumux/common/properties)
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