Re: [CMake] custom doxygen target

2007-07-25 Thread Yegor Yefremov
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:

[CMake] custom doxygen target

2007-07-25 Thread Stephan Menzel
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 ..