[CMake] How to customize make output generate by cmake

Vivek Goel goelvivek2011 at gmail.com
Tue Jul 31 12:40:09 EDT 2012


Current if I run
make help Output look likes:
 make help
The following are some of the valid targets for this Makefile:
... all (the default if no target is provided)
... clean
... depend
... edit_cache
... rebuild_cache
... a
... b
... ba

Where ba is subject of b. I want to modify output generate by this target.
How can I do that ?
Something like hierarchy of projects and project description
... all (the default if no target is provided)
... clean
... depend
... edit_cache
... rebuild_cache
... a (Description of a )
... b (Description of a )
      ... ba (Description of ba )

Is there a way to do this ?


regards
Vivek Goel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20120731/9bbea60f/attachment.htm>


More information about the CMake mailing list