Automatic doxygen usage in CMake

Started by wizzard, 18 September 2013, 17:10:09

wizzard

SFML has it so CMake automatically tells the makefile to compile the documentation for it.

It'd be a tad cooler if TGUI did that too. I can just do mingw32-make install and it puts all the documentation in a folder.

texus

It was planned, I even added the doxyfile, but I didn't look further into it yet.

It can't be that hard, copying a few lines from the sfml cmake script should be enough.

I'll see what I can do.

texus

An option has been added to cmake. I only tested it on linux so far though.

wizzard

Thanks for that! This makes it much faster for me to get an update from TGUI.