From db60954ce46411a83033025e64621998975bf242 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Tue, 15 Apr 2025 18:45:16 -0400 Subject: [PATCH] Improve name of CMakeLists --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a26b71d..036ac18 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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"