Re: [CMake] Omit include directories from resource files

2012-06-26 Thread Robert Dailey
On Tue, Jun 26, 2012 at 5:29 PM, David Cole wrote: > On Tue, Jun 26, 2012 at 5:51 PM, Robert Dailey > wrote: > > I'm including a Windows resource file (*.rc) in my add_executable() > command, > > but in VS2003 the build fails with RC1102 because all of my include > > directories (and there are a

Re: [CMake] Omit include directories from resource files

2012-06-26 Thread David Cole
On Tue, Jun 26, 2012 at 5:51 PM, Robert Dailey wrote: > I'm including a Windows resource file (*.rc) in my add_executable() command, > but in VS2003 the build fails with RC1102 because all of my include > directories (and there are a TON) are being added to the resource file when > it is compiled.

[CMake] Omit include directories from resource files

2012-06-26 Thread Robert Dailey
I'm including a Windows resource file (*.rc) in my add_executable() command, but in VS2003 the build fails with RC1102 because all of my include directories (and there are a TON) are being added to the resource file when it is compiled. I don't need the include directories for the resource files, s