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

From KDE UserBase Wiki
Revision as of 11:00, 7 April 2020 by Claus chr (talk | contribs) (Created page with "# 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") en...")
(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()