Re: [CMake] ?==?utf-8?q? ?==?utf-8?q? ?= Debug logging of item

2019-09-22 Thread Cornelis Bockemühl
Thanks for the hint: This may indeed help for some situations! But explicitly not in the most important case because it explicitly says "The list does not include any Imported Targets or Alias Targets, but does include Interface Libraries." Well, these would of course be the most important targ

Re: [CMake] ?==?utf-8?q? Debug logging of items

2019-09-22 Thread Craig Scott
You may want to take a look at the BUILDSYSTEM_TARGETS directory property. It might not be quite what you're looking for, but it might be close enough. I'm not aware of any way to get a list of all defined properties on a given

Re: [CMake] ?==?utf-8?q? Debug logging of items

2019-09-22 Thread Cornelis Bockemühl
Hi Eric, Thanks for the hint regarding dumping variables: That's good to know! However, I was learning that working with CMake is in may ways a question of adopting some "good practice", but it is not really being enforced by the language. One of the things that are for me part of this good pr