Re: [CMake] project() command and make targets

2012-09-12 Thread Robert Dailey
Thanks Bill, I really don't know squat about Linux/Make/NMake -- so this is helpful. On Tue, Sep 11, 2012 at 9:22 PM, Bill Hoffman wrote: > On 9/11/2012 7:17 PM, Robert Dailey wrote: >> >> For some reason I was expecting names specified in project() command >> to become a custom target that I can

Re: [CMake] project() command and make targets

2012-09-11 Thread Bill Hoffman
On 9/11/2012 7:17 PM, Robert Dailey wrote: For some reason I was expecting names specified in project() command to become a custom target that I can invoke with nmake on Windows, and it would build any projects under it (this is especially useful for multiple executables, such as maybe a suite of

[CMake] project() command and make targets

2012-09-11 Thread Robert Dailey
For some reason I was expecting names specified in project() command to become a custom target that I can invoke with nmake on Windows, and it would build any projects under it (this is especially useful for multiple executables, such as maybe a suite of tools. The only other alternative I see is t