Re: [cmake-developers] Creating a Keil uVision generator

2017-01-09 Thread Brad King
On 01/02/2017 06:27 PM, Paul Wilkinson wrote: > As with the Visual Studio generators, a generator for uVision projects would > ideally be a multi-configuration generator. Yes, the layouts sounds similar. A uVision project generator implementation could be modeled after the VS 2015 generator. It

[cmake-developers] Creating a Keil uVision generator

2017-01-03 Thread Paul Wilkinson
Hi all, I am involved in a software project targeting a handful of ARM Cortex-M microcontrollers. We develop the software using the Keil uVision v5 IDE [1]. We are considering whether CMake could help us with some of the limitations we encounter using uVision alone. Does anyone have experience or