[cmake-developers] Cmake-server question

2018-02-14 Thread Paweł Rutka
I would like to ask about some important feature: Is there any possibility to provide form Cmake Server side location of command that generate the target? The Use Case is as follow: In IDE you want to, after Class creation, automatically add CPP file into proper add_executable or extend some

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
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). Best Regards, Khurram -Original Message- From: Alexander Neundorf

Re: [cmake-developers] Cmake-server question

2018-02-14 Thread Rich Chiodo via cmake-developers
This would require backtraces, I believe, on every property so you can trace all the properties back to where they’re defined. I need this too for Visual Studio to support adding files as well. The problem right now is that backtraces are memory intensive. See this issue for a discussion about