On 22/12/14 19:38, Rolf Eike Beer wrote:
>> About the FindPkgConfig macros documentation, what is that is not clear?
>
> It's not about the documentation of that module, but where I need to hack it
> into the module. The code is quite a bit of indirections, I guess I would
> need
> to do this _
Am Montag, 22. Dezember 2014, 18:55:16 schrieb Daniele E. Domenichelli:
> Hello Eike,
>
> On 22/12/14 16:39, Rolf Eike Beer wrote:
> > What I would like to get is the following: when a list of libraries and
> > directories is returned by PkgConfig then for every of these libraries the
> > absolute
Hello Eike,
On 22/12/14 16:39, Rolf Eike Beer wrote:
> What I would like to get is the following: when a list of libraries and
> directories is returned by PkgConfig then for every of these libraries the
> absolute path to the library is determined using find_library() using the
> given
> dire
Hi Daniele,
the feature about CMake language I probably hate most is link_directories().
Sadly one currently needs to use it when working with software dependencies
imported from PkgConfig.
What I would like to get is the following: when a list of libraries and
directories is returned by PkgCo