generated from aselimov/cpp_project_template
Improve name of CMakeLists
This commit is contained in:
parent
24d7efc977
commit
db60954ce4
@ -27,7 +27,7 @@ if(DOXYGEN_FOUND)
|
||||
configure_file(${DOXYGEN_IN} ${DOXYGEN_OUT} @ONLY)
|
||||
|
||||
message("Doxygen buld started")
|
||||
add_custom_target(Doxygen ALL
|
||||
add_custom_target(Doxygen_${CMAKE_PROJECT_NAME} ALL
|
||||
COMMAND ${DOXYGEN_EXECUTABLE} ${DOXYGEN_OUT}
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||
COMMENT "Generating API documentation with Doxygen"
|
||||
|
Loading…
x
Reference in New Issue
Block a user