Improve name of CMakeLists

This commit is contained in:
Alex Selimov 2025-04-15 18:45:16 -04:00
parent 24d7efc977
commit db60954ce4

View File

@ -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"