Re: [cmake-developers] Adding a non-make based generator

2018-04-17 Thread Alexander Neundorf
Hi, On 2018 M02 14, Wed 22:16:54 CEST Alexander Neundorf wrote: > On 2018 M02 14, Wed 18:46:52 CET Saeed, Khurram wrote: > > Thanks Alex. > > Yes it does support generating the project in the build dir. It also works > > while generating in a subdir of the source dir. Eclipse version control > >

Re: [cmake-developers] Adding a non-make based generator

2018-02-14 Thread Alexander Neundorf
On 2018 M02 14, Wed 18:46:52 CET Saeed, Khurram wrote: > Thanks Alex. > Yes it does support generating the project in the build dir. It also works > while generating in a subdir of the source dir. Eclipse version control > plugin also works (I am using git). Interesting. How did you get that

Re: [cmake-developers] Adding a non-make based generator

2018-02-14 Thread Saeed, Khurram
...@kde.org] Sent: Saturday, February 10, 2018 1:03 AM To: Saeed, Khurram <khurram_sa...@mentor.com> Cc: cmake-developers@cmake.org Subject: Re: [cmake-developers] Adding a non-make based generator Hi, On 2018 M02 9, Fri 13:16:19 CET Saeed, Khurram wrote: > Hi Alex, > > I have not ma

Re: [cmake-developers] Adding a non-make based generator

2018-02-09 Thread Alexander Neundorf
Hi, On 2018 M02 9, Fri 13:16:19 CET Saeed, Khurram wrote: > Hi Alex, > > I have not made it available anywhere so far. Although my target while > writing this generator was only to make it work for ReadyStart projects. > However, I think with some effort down the road it might be possible to use

Re: [cmake-developers] Adding a non-make based generator

2018-02-09 Thread Saeed, Khurram
08, 2018 2:03 AM To: Saeed, Khurram <khurram_sa...@mentor.com> Cc: cmake-developers@cmake.org Subject: Re: [cmake-developers] Adding a non-make based generator Hi Kurram, On 2018 M02 7, Wed 12:09:54 CET Saeed, Khurram wrote: > Hi Neundorf, > This generator can only be used for generat

Re: [cmake-developers] Adding a non-make based generator

2018-02-09 Thread Saeed, Khurram
...@cmake.org] On Behalf Of Brad King Sent: Monday, February 05, 2018 5:35 PM To: cmake-developers@cmake.org Subject: Re: [cmake-developers] Adding a non-make based generator On 02/02/2018 10:05 AM, Saeed, Khurram wrote: > In this generator we are generating .project and .cproject files for > N

Re: [cmake-developers] Adding a non-make based generator

2018-02-07 Thread Alexander Neundorf
Hi Kurram, On 2018 M02 7, Wed 12:09:54 CET Saeed, Khurram wrote: > Hi Neundorf, > This generator can only be used for generating Nucleus ReadyStart IDE > projects. It generates Eclipse CDT project files that use ReadyStart > specific plugins and configurations. I have the impression Brad was not

Re: [cmake-developers] Adding a non-make based generator

2018-02-07 Thread Saeed, Khurram
: Saturday, February 03, 2018 2:50 AM To: cmake-developers@cmake.org Cc: Saeed, Khurram <khurram_sa...@mentor.com> Subject: Re: [cmake-developers] Adding a non-make based generator Hi Saeed, On 2018 M02 2, Fri 15:05:19 CET Saeed, Khurram wrote: > Hi, > Nucleus > ReadyStart<http

Re: [cmake-developers] Adding a non-make based generator

2018-02-05 Thread Brad King
On 02/02/2018 10:05 AM, Saeed, Khurram wrote: > In this generator we are generating .project and .cproject files > for Nucleus ReadyStart application. Are those files driving the actual build? These days the way to support IDEs tends to be using the cmake server mode:

Re: [cmake-developers] Adding a non-make based generator

2018-02-02 Thread Alexander Neundorf
Hi Saeed, On 2018 M02 2, Fri 15:05:19 CET Saeed, Khurram wrote: > Hi, > Nucleus > ReadyStart is > an eclipse based IDE by Mentor Embedded(tm). > It is used for creating and building C/C++ based Nucleus >

[cmake-developers] Adding a non-make based generator

2018-02-02 Thread Saeed, Khurram
Hi, Nucleus ReadyStart is an eclipse based IDE by Mentor Embedded(tm). It is used for creating and building C/C++ based Nucleus RTOS projects for