diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e8605b2537d61275289f58b976eb3eb7460a2b8..99862bd0ca288009cb42b4a24ef0345959b748cd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -81,24 +81,27 @@ install(FILES vertexdata.hh vtkout.hh adaptivefinitevolume.cc - adaptivefinitevolume adaptiveintegration.cc - adaptiveintegration gettingstarted.cc - gettingstarted integration.cc - integration othergrids.cc - othergrids finiteelements.cc - finiteelements finitevolume.cc - finitevolume parfinitevolume.cc - parfinitevolume traversal.cc - traversal visualization.cc + DESTINATION ${CMAKE_INSTALL_DOCDIR}/examples) + +install(TARGETS + adaptivefinitevolume + adaptiveintegration + gettingstarted + integration + othergrids + finiteelements + finitevolume + parfinitevolume + traversal visualization DESTINATION ${CMAKE_INSTALL_DOCDIR}/examples)