Re: [cmake-developers] Cmake-server question

2018-02-15 Thread Rich Chiodo via cmake-developers
obvious. Okay maybe not a backtrace then, but just the top of the trace. -Original Message- From: cmake-developers On Behalf Of Tobias Hunger Sent: Thursday, February 15, 2018 7:38 AM To: Ben Boeckel Cc: CMake Developers Subject: Re: [cmake-developers] Cmake-server question On Thu

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 target? The Use Case is as fo

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, automat

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 da

Re: [cmake-developers] Cmake-server question

2018-02-15 Thread Tobias Hunger
On Wed, Feb 14, 2018 at 7:27 PM, Rich Chiodo via cmake-developers wrote: > 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. I disagree: Using backtr

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 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 about some important feature: Is there any

[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 varia