RE: [CMake] Quoted String

2007-07-31 Thread Alexander.Camek
Hi Brandon, > > Hi List, > > > > I want to add a definition to the compiler, so I do an > ADD_DEFINITIONS(). > > The defintion I want to add is a quoted string which should > be parsed with leading and ending ". > > So I tried to escape it with \, but this doesn't also work. > > > > It should l

Re: [CMake] Quoted String

2007-07-31 Thread Brandon Van Every
On 7/31/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi List, > > I want to add a definition to the compiler, so I do an ADD_DEFINITIONS(). > The defintion I want to add is a quoted string which should be parsed with > leading and ending ". > So I tried to escape it with \, but this doesn't