Re: Improved export-sets in CMake

2012-08-22 Thread Alexander Neundorf
On Tuesday 14 August 2012, Stephen Kelly wrote: > Alexander Neundorf wrote: > > On Monday 04 June 2012, Stephen Kelly wrote: > >> > Do you have time to finish this feature? > > > > Ok, cmake 2.8.9 has been released. > > > > How does actually the interface for this proposed extension look like ? >

Re: Improved export-sets in CMake

2012-08-14 Thread Stephen Kelly
Alexander Neundorf wrote: > On Monday 04 June 2012, Stephen Kelly wrote: >> > Do you have time to finish this feature? > > Ok, cmake 2.8.9 has been released. > > How does actually the interface for this proposed extension look like ? I wonder too. Yury do you still have interest and time to w

Re: Improved export-sets in CMake

2012-08-13 Thread Alexander Neundorf
On Monday 04 June 2012, Stephen Kelly wrote: > Stephen Kelly wrote: > > Yury G. Kudryashov gmail.com> writes: > >> > After that I'd post to the cmake list for initial feedback. > >> > >> `git bisect` tells me that 'Remove cmTargetExport constructor' > >> (07901863b6) makes test #53 (ExportImport

Improved export-sets in CMake

2012-04-21 Thread Alexander Neundorf
Hi, AFAIK there is still one feature missing in cmake which we'd really like to have. Currently it is not possible to install multiple target exports from a single project, potentially with dependencies between each other. I'd like to concentrate on the buildsystem in KDE in the next weeks. So