[CMake] Using Doxygen with Cmake

Vitor Vasconcelos Araujo Silva vasconcv at loria.fr
Mon May 21 12:44:06 EDT 2007


> Hi,
> I want to know whether cmake can be useful in generating doxygen 
> documentation automatically when i execute my source code.I mean to say 
> whenever i run my code i want doxygen to generate documentation 
> automatically with ( if any )modifications.Is there a way in cmake to do 
> this?

	Yes. Try EXECUTE_PROCESS(...). But, are you sure you want de overhead 
of creating you doc all the time? A good alternative can be 
ADD_CUSTOM_TARGET(doc ...).
	(Pehapas the gurus can help more).

	Vitor



More information about the CMake mailing list