Translations:KDevelop5/Manual/Code generation with templates/62/da

From KDE UserBase Wiki
  1. Docs only available if this is the main app

find_package(Doxygen) if(Doxygen_FOUND) add_subdirectory(docs) else() message(STATUS "Doxygen not found, not building docs") endif()