Re: [CMake] usign doxygen with cmake

2007-12-26 Thread Andreas Schneider
Ramazan Girgin wrote: Hi, How can auto generate doxygen html file in cmake ?Is there any example project about this? Ramazan Hi Ramzan, take a look at the doc directory at http://dev.lomoco.org/browser It will add a new custom target 'make doc' if doxygen is found. -- andreas

Re: [CMake] usign doxygen with cmake

2007-12-26 Thread Alan W. Irwin
On 2007-12-26 09:37+0200 Ramazan Girgin wrote: Hi, How can auto generate doxygen html file in cmake ?Is there any example project about this? The normal way to do something custom like this is to use add_custom_command (with full PATHNAME OUTPUT signature), with an empty (no command)

[CMake] usign doxygen with cmake

2007-12-25 Thread Ramazan Girgin
Hi, How can auto generate doxygen html file in cmake ?Is there any example project about this? Ramazan ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake