Re: [CMake] Get linker flags / include directories for a library target

2019-01-05 Thread Unknown
On Sat, 2018-12-29 at 16:06 -0500, frodak17 wrote: > On Fri, Dec 28, 2018 at 6:04 PM Unknown wrote: > > I would like to thank all of you for your suggestions. I have > > gathered > > > > the following (correct me if I am wrong): > > > > > > &g

Re: [CMake] Get linker flags / include directories for a library target

2018-12-28 Thread Unknown
e/help/latest/manual/cmake-server.7.html) to > query a build directory for all this information. > > On Fri, Dec 21, 2018 at 9:12 AM Unknown wrote: > > Hello Kai, > > > > thanks for your suggestion. I tried the property, > > but I just got "foo_linker_fla

Re: [CMake] Get linker flags / include directories for a library target

2018-12-21 Thread Unknown
ts > > http://kai-wolf.me > http://effective-cmake.com > > > Am 20.12.2018 um 23:14 schrieb Unknown : > > > > Dear community, > > > > I have been wondering on multiple occasions about how to get the > > linker flags (i.e. all -llib -Ldir) and include fl

[CMake] Get linker flags / include directories for a library target

2018-12-20 Thread Unknown
Dear community, I have been wondering on multiple occasions about how to get the linker flags (i.e. all -llib -Ldir) and include flags (-Idir) for a library (i.e. a target added to the project using add_library) within a cmake. There are many cases in which the flags are required, noticeably gen