diff options
Diffstat (limited to 'qpid/cpp/docs/api')
-rw-r--r-- | qpid/cpp/docs/api/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/qpid/cpp/docs/api/CMakeLists.txt b/qpid/cpp/docs/api/CMakeLists.txt index d701f3be71..1f9573b98a 100644 --- a/qpid/cpp/docs/api/CMakeLists.txt +++ b/qpid/cpp/docs/api/CMakeLists.txt @@ -32,5 +32,9 @@ if (GEN_DOXYGEN) install (DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html/ DESTINATION ${QPID_INSTALL_HTMLDIR} COMPONENT ${QPID_COMPONENT_CLIENT_INCLUDE}) - + if (CPACK_GENERATOR STREQUAL "NSIS") + set (CPACK_NSIS_MENU_LINKS + "${QPID_INSTALL_HTMLDIR}/index.html" "Qpid C++ API Documentation" + "https://issues.apache.org/jira/browse/QPID" "Report Qpid Problem") + endif (CPACK_GENERATOR STREQUAL "NSIS") endif (GEN_DOXYGEN) |