[CMake] INL files

2006-10-14 Thread Matthew Campbell
Hi guys,   We’ve been converting our build system to cmake and are finding it pretty darn good.  However, I am currently working on a target that has .inl files as we use them instead of putting code directly in the header files.  For some reason, when generating visual studio 2005 projec

RE: [CMake] INL files

2006-10-15 Thread Matthew Campbell
Ah, good to know. Thank you for such a quick reply! -Matt -Original Message- From: Brad King [mailto:[EMAIL PROTECTED] Sent: Sunday, October 15, 2006 10:50 AM To: Matthew Campbell Cc: cmake@cmake.org Subject: Re: [CMake] INL files Matthew Campbell wrote: > We've been conver

[CMake] Forcing vc guiids to be the same

2006-10-17 Thread Matthew Campbell
Hey guys,   I was wondering if there was any way to instruct cmake to generate the same guid’s for Microsoft projects and solution files?  We would like to have the option of putting the solutions and projects in source control but this poses a problem since the guids are regenerated and

RE: [CMake] Forcing vc guiids to be the same

2006-10-18 Thread Matthew Campbell
Understood. Thanks for the info guys. -Matt -Original Message- From: Brad King [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 18, 2006 12:45 PM To: Matthew Campbell Cc: cmake@cmake.org Subject: Re: [CMake] Forcing vc guiids to be the same Matthew Campbell wrote: > I was wonder

RE: [CMake] Forcing vc guiids to be the same

2006-10-18 Thread Matthew Campbell
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthew Campbell Sent: Wednesday, October 18, 2006 1:08 PM To: Brad King Cc: cmake@cmake.org Subject: RE: [CMake] Forcing vc guiids to be the same Understood. Thanks for the info guys. -Matt -Original Message- From: Brad King [mailto

[CMake] File Globbing

2006-10-26 Thread Matthew Campbell
Hey guys,   So to warn you, this is really more of a regular _expression_ question than a cmake question but since the problem is in a cmake script I thought you guys may cut me some slack. J  In any case, I have a situation where my source directory contains the following:   Something.

RE: [CMake] File Globbing

2006-10-26 Thread Matthew Campbell
rsday, October 26, 2006 10:41 PM To: Matthew Campbell Cc: CMake ML Subject: Re: [CMake] File Globbing On 10/26/06, Matthew Campbell <[EMAIL PROTECTED]> wrote: > > > > > Hey guys, > > > > So to warn you, this is really more of a regular expression question than a > cma