From a4834af6a796679bb6caa125f8722158b4fa95ac Mon Sep 17 00:00:00 2001 From: Juraj Smiesko Date: Wed, 23 Aug 2023 13:47:14 +0200 Subject: [PATCH] Installing examples into share directory --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 24c3093f63..beacc914e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -140,6 +140,9 @@ install(FILES ${_man_files_1} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man1 file(GLOB _man_files_7 man/man7/*.7) install(FILES ${_man_files_7} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man7) + +install(DIRECTORY examples DESTINATION ${CMAKE_INSTALL_PREFIX}/share/examples) + #--- Descend into subdirectories ---------------------------------------------- set(ADDONS_LIBRARIES CACHE STRING "List of external libraries the RDF utilities will be linked against")