Re: [CMake] CMake library installations and pkg-config

2016-09-01 Thread Konstantin Tokarev
01.09.2016, 08:34, "n...@appletonaudio.com" : > On 2016-08-31 23:32, Konstantin Tokarev wrote: >>  31.08.2016, 16:22, "Nick Appleton" : >>>  Hi, >>> >>>  I’ve been recently doing a bit of work for an open source project >>>  trying to extend it’s support for CMake. I’ve been trying to get CMake >

Re: [CMake] CMake library installations and pkg-config

2016-08-31 Thread nick
On 2016-08-31 23:32, Konstantin Tokarev wrote: 31.08.2016, 16:22, "Nick Appleton" : Hi, I’ve been recently doing a bit of work for an open source project trying to extend it’s support for CMake. I’ve been trying to get CMake to be able to replicate most of the functionality which can be achi

Re: [CMake] CMake library installations and pkg-config

2016-08-31 Thread Konstantin Tokarev
31.08.2016, 16:22, "Nick Appleton" : > Hi, > > I’ve been recently doing a bit of work for an open source project trying to > extend it’s support for CMake. I’ve been trying to get CMake to be able to > replicate most of the functionality which can be achieved with the existing > autoconf-based

[CMake] CMake library installations and pkg-config

2016-08-31 Thread Nick Appleton
Hi, I’ve been recently doing a bit of work for an open source project trying to extend it’s support for CMake. I’ve been trying to get CMake to be able to replicate most of the functionality which can be achieved with the existing autoconf-based infrastructure (and have had pretty good success)