diff options
Diffstat (limited to 'doc/CMakeLists.txt')
-rw-r--r-- | doc/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt new file mode 100644 index 0000000..2552068 --- /dev/null +++ b/doc/CMakeLists.txt @@ -0,0 +1,4 @@ +install( + FILES rfc4791.pdf + DESTINATION ${SHARE_INSTALL_PREFIX}/doc/${PROJECT_NAME} +) |