Skip to content
Snippets Groups Projects

Resolve "Weitere Informationen hinzufügen zu Readme.md"

Merged Tobias Frisch requested to merge 19-weitere-informationen-hinzufugen-zu-readme-md into develop
Files
16
+ 1
1
# check if Doxygen is installed
# check if Doxygen is installed
find_package(Doxygen)
find_package(Doxygen QUIET)
if (DOXYGEN_FOUND)
if (DOXYGEN_FOUND)
# note the option ALL which allows to build the docs together with the application
# note the option ALL which allows to build the docs together with the application
Loading