Skip to content
Snippets Groups Projects
Commit 4fbe1bbe authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

correct paths and list of files in cmake install commands

parent afcb3282
Branches
No related tags found
1 merge request!10Correct paths and list of files in cmake install commands
Pipeline #5962 passed
......@@ -2,7 +2,7 @@ install(FILES
backuprestore.hh
capabilities.hh
concepts.hh
curvedsurfacegrid.hh
curvedgrid.hh
datahandle.hh
declaration.hh
entity.hh
......@@ -17,7 +17,7 @@ install(FILES
intersectioniterator.hh
iterator.hh
localgeometrywrapper.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/curvedsurfacegrid)
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/curvedgrid)
add_subdirectory(geometries)
add_subdirectory(gridfunctions)
......
install(FILES
cylinder.hh
ellipsoid.hh
explicitsurface.hh
implicitsurface.hh
sphere.hh
torus.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/curvedsurfacegrid/geometries)
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/curvedgrid/geometries)
......@@ -5,4 +5,4 @@ install(FILES
gridentityset.hh
gridfunction.hh
normalgridviewfunction.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/curvedsurfacegrid/gridfunctions)
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/curvedgrid/gridfunctions)
install(FILES
kdtree.hh
vertexcount.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/curvedsurfacegrid/utility)
vertexcache.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/curvedgrid/utility)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment