Skip to content
Snippets Groups Projects
Commit 6996dbdc authored by Lars Bilke's avatar Lars Bilke
Browse files

Renamed logog documentation target to logog-doc due to conflicts to our doc-target.

parent 4dc10e87
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ install(DIRECTORY include/ DESTINATION "${CMAKE_INSTALL_PREFIX}/include/logog" ...@@ -49,7 +49,7 @@ install(DIRECTORY include/ DESTINATION "${CMAKE_INSTALL_PREFIX}/include/logog"
# Docs generation with Doxygen # Docs generation with Doxygen
find_package( Doxygen ) find_package( Doxygen )
if( DOXYGEN_FOUND ) if( DOXYGEN_FOUND )
add_custom_target (doc ${DOXYGEN_EXECUTABLE} ${CMAKE_SOURCE_DIR}/doxyfile add_custom_target (logog-doc ${DOXYGEN_EXECUTABLE} ${CMAKE_SOURCE_DIR}/doxyfile
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
COMMENT "Generating source code documentation with Doxygen." VERBATIM) COMMENT "Generating source code documentation with Doxygen." VERBATIM)
endif() # DOXYGEN_FOUND endif() # DOXYGEN_FOUND
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment