diff options
author | 2017-03-27 16:23:55 +0200 | |
---|---|---|
committer | 2017-03-27 14:36:47 +0000 | |
commit | 63a79c98bbc82faaa11280894041436443ae8f1d (patch) | |
tree | 789cebc90e4c65d37149270e03474a3815833a5b /libccnx-common/documentation | |
parent | 6d4b6878ceff22f9ec8d8e9423214f9666007472 (diff) |
Adding support for creating DEB and RPM packages
Change-Id: I4c02d679d24dac82a8848e09ada4e5555653c57a
Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
Diffstat (limited to 'libccnx-common/documentation')
-rw-r--r-- | libccnx-common/documentation/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libccnx-common/documentation/CMakeLists.txt b/libccnx-common/documentation/CMakeLists.txt index 9b934e03..e18939fa 100644 --- a/libccnx-common/documentation/CMakeLists.txt +++ b/libccnx-common/documentation/CMakeLists.txt @@ -6,10 +6,10 @@ if(DOXYGEN_FOUND) configure_file(libccnx-stage1.doxygen.in config.doxygen @ONLY) configure_file(libccnx-stage2.doxygen.in config2.doxygen @ONLY) - install(DIRECTORY images/ DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/images) - install(DIRECTORY doxygen-extras/ DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/doxygen-extras) - install(DIRECTORY examples/ DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/examples) - install(FILES DoxygenLayout.xml DESTINATION ${CMAKE_CURRENT_BINARY_DIR}) + install(DIRECTORY images/ DESTINATION ${CMAKE_INSTALL_PREFIX}/share/libccnx-common/images) + install(DIRECTORY doxygen-extras/ DESTINATION ${CMAKE_INSTALL_PREFIX}/share/libccnx-common/doxygen-extras) + install(DIRECTORY examples/ DESTINATION ${CMAKE_INSTALL_PREFIX}/share/libccnx-common/examples) + install(FILES DoxygenLayout.xml DESTINATION ${CMAKE_INSTALL_PREFIX}/share/libccnx-common) set(HTML_PATH ${CMAKE_CURRENT_BINARY_DIR}/generated-documentation/html) |