aboutsummaryrefslogtreecommitdiffstats
path: root/libparc/documentation
diff options
context:
space:
mode:
authorMauro Sardara <msardara+fdio@cisco.com>2017-04-29 14:51:20 +0200
committerMauro Sardara <msardara+fdio@cisco.com>2017-04-29 13:01:35 +0000
commit4ef7ffedebe7befce50dda3a27134f31597e4562 (patch)
tree68f2fc19d5ca6a55d8a2aab53b2ac6e228de559e /libparc/documentation
parent8dab1436b701372eacf32bd6e22b452c486af01e (diff)
Adding support for dev and doc packages.
Change-Id: Ibb653a761186861b84460b1eb13f7e572a81a56b Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
Diffstat (limited to 'libparc/documentation')
-rw-r--r--libparc/documentation/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/libparc/documentation/CMakeLists.txt b/libparc/documentation/CMakeLists.txt
index ced2c4a1..8c567e74 100644
--- a/libparc/documentation/CMakeLists.txt
+++ b/libparc/documentation/CMakeLists.txt
@@ -5,10 +5,10 @@ if(DOXYGEN_FOUND)
set(GITHUB_REMOTE http://github.com/PARC/Libparc)
configure_file(libparc.doxygen.in config.doxygen @ONLY)
- install(DIRECTORY images/ DESTINATION ${CMAKE_INSTALL_PREFIX}/share/libparc/images)
- install(DIRECTORY doxygen-extras/ DESTINATION ${CMAKE_INSTALL_PREFIX}/share/libparc/doxygen-extras)
- install(DIRECTORY examples/ DESTINATION ${CMAKE_INSTALL_PREFIX}/share/libparc/examples)
- install(FILES DoxygenLayout.xml DESTINATION ${CMAKE_INSTALL_PREFIX}/share/libparc/)
+ install(DIRECTORY images/ DESTINATION ${CMAKE_INSTALL_PREFIX}/share/libparc/images COMPONENT documentation)
+ install(DIRECTORY doxygen-extras/ DESTINATION ${CMAKE_INSTALL_PREFIX}/share/libparc/doxygen-extras COMPONENT documentation)
+ install(DIRECTORY examples/ DESTINATION ${CMAKE_INSTALL_PREFIX}/share/libparc/examples COMPONENT documentation)
+ install(FILES DoxygenLayout.xml DESTINATION ${CMAKE_INSTALL_PREFIX}/share/libparc/ COMPONENT documentation)
set(HTML_PATH ${CMAKE_CURRENT_BINARY_DIR}/generated-documentation/html)