[CMake] multiple line of comment howto

2012-07-30 Thread luxInteg
Greetings I am learniong cmake. From the documentation:- add_custom_target(Name [ALL] [command1 [args1...]] [COMMAND command2 [args2...] ...] [DEPENDS depend depend depend ... ] [WORKING_DIRECTORY dir] [COMMENT comme

Re: [CMake] multiple line of comment howto

2012-07-30 Thread Petr Kmoch
Hi. I think you're looking for ... COMMENT "${line0}\n${line1}\n${line2}\n${line1}\n${line0}" ... Petr On Mon, Jul 30, 2012 at 11:42 AM, luxInteg wrote: > Greetings > > I am learniong cmake. From the documentation:- > add_custom_target(Name [ALL] [command1 [args1...]] > [C