aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5d8929b..49101bf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -181,6 +181,10 @@ install(FILES
DESTINATION "lib/cmake/${PROJECT_NAME}"
)
+install(DIRECTORY "${PROJECT_SOURCE_DIR}/doc/src/"
+ DESTINATION "share/doc/newtype"
+)
+
install(EXPORT "${PROJECT_NAME}Targets"
DESTINATION "lib/cmake/${PROJECT_NAME}"
)