[cmake-developers] New Generator for Keil uVision

Marco listworks at gmail.com
Thu Nov 13 07:41:11 EST 2014


On Wed, Nov 12, 2014 at 5:43 PM, Brad King <brad.king at kitware.com> wrote:

> On 11/12/2014 04:30 AM, Marco wrote:
>
> [snip]
>
>> > - Multiproject Workspace: Kind of like a VisualStudio-solution.
>>
>> The example layout you gave looks just like the VS IDE project
>> file layout, assuming that there is one .uvproj file for each
>> exe/lib/custom target.  You should model the generator based off
>> the VS >= 10 generator works:
>>
>> cmGlobalVisualStudio10Generator
>>   One for the whole tree, generates the .sln file
>>
>> cmLocalVisualStudio10Generator
>>   One per directory (CMakeLists.txt)
>>
>> cmVisualStudio10TargetGenerator
>>   One per logical target (exe, lib, etc.), generates .vcxproj file
>>
>
Thanks for your tips! I was a bit afraid that VisualStudio would be
recommended as starting-point. There is lots of inherited code there which
is rather hard to understand as a cmake-newbie-developer...

I had a look at XCode-generators and the look quit tidy. How about this as
starting-point?

--
Marco
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20141113/c58ef515/attachment-0001.html>


More information about the cmake-developers mailing list