Converted project name to uppercase.

This commit is contained in:
Nathan Osman
2015-07-17 13:27:09 -07:00
parent 0c2677f0dc
commit 9195376c37
8 changed files with 25 additions and 28 deletions

View File

@@ -3,9 +3,9 @@ find_package(Doxygen REQUIRED)
configure_file(Doxyfile.in "${CMAKE_CURRENT_BINARY_DIR}/Doxyfile")
add_custom_target(doc ALL
doxygen "${CMAKE_CURRENT_BINARY_DIR}/Doxyfile"
"${DOXYGEN_EXECUTABLE}" "${CMAKE_CURRENT_BINARY_DIR}/Doxyfile"
)
install(DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/html"
DESTINATION share/doc/qhttpengine
DESTINATION "${DOC_INSTALL_DIR}"
)