Re: [cmake-developers] Cmake-server question

2018-02-15 Thread Rich Chiodo via cmake-developers
e Developers <cmake-developers@cmake.org> Subject: Re: [cmake-developers] Cmake-server question On Thu, Feb 15, 2018 at 3:18 PM, Ben Boeckel <ben.boec...@kitware.com> wrote: > On Wed, Feb 14, 2018 at 19:19:39 +0100, Paweł Rutka wrote: >> I would like to ask about some important fea

Re: [cmake-developers] Cmake-server question

2018-02-15 Thread Tobias Hunger
On Thu, Feb 15, 2018 at 3:18 PM, Ben Boeckel wrote: > On Wed, Feb 14, 2018 at 19:19:39 +0100, Paweł Rutka wrote: >> 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

Re: [cmake-developers] Cmake-server question

2018-02-15 Thread Ben Boeckel
On Wed, Feb 14, 2018 at 19:19:39 +0100, Paweł Rutka wrote: > 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,

Re: [cmake-developers] Cmake-server question

2018-02-15 Thread Paweł Rutka
We get some talk and backtraces will not probably either way can handle multiple scenerios with functions and macros... But currenly I think Cmake do not have any knowledge how to match for example Variables used in initial call and one passed at the bottom to add_executable (seems like all this

Re: [cmake-developers] Cmake-server question

2018-02-14 Thread Rich Chiodo via cmake-developers
it: https://gitlab.kitware.com/cmake/cmake/issues/17539 From: cmake-developers <cmake-developers-boun...@cmake.org> On Behalf Of Pawel Rutka Sent: Wednesday, February 14, 2018 10:20 AM To: cmake-developers@cmake.org Subject: [cmake-developers] Cmake-server question I would like to ask

[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