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

From KDE UserBase Wiki
Revision as of 08:38, 2 April 2020 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  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()