Re: [CMake] How to figure out the "type" of an imported library

2015-10-29 Thread Tamás Kenéz
There's a TYPE property which should contain what you need: https://cmake.org/cmake/help/latest/prop_tgt/TYPE.html On Thu, Oct 29, 2015 at 4:53 PM, Attila Krasznahorkay < attila.krasznahor...@gmail.com> wrote: > Dear All, > > In my code I'm trying to do something slightly tricky. I include

Re: [CMake] How to figure out the "type" of an imported library

2015-10-29 Thread Attila Krasznahorkay
Thanks! It indeed looks like it will do the job. Cheers, Attila > On 29 Oct 2015, at 20:42, Tamás Kenéz wrote: > > There's a TYPE property which should contain what you need: > https://cmake.org/cmake/help/latest/prop_tgt/TYPE.html > > On Thu, Oct 29, 2015 at