Stephan Menzel wrote:
Hello,
I'd like to create a custom doxygen target for a project. The relevant parts
look like that:
/
doc/Doxyfile.in
lib/[files with all the documentation]
build/
CMakeLists.txt
Now what I'd like to have is a doxygen target where I can do something like
this:
Hello,
I'd like to create a custom doxygen target for a project. The relevant parts
look like that:
/
doc/Doxyfile.in
lib/[files with all the documentation]
build/
CMakeLists.txt
Now what I'd like to have is a doxygen target where I can do something like
this:
$ cd build
$ cmake ..