Re: Reducing excess linkage - cmake 2.6 IMPORTED targets and LINK_INTERFACE_LIBRARIES for kdelibs

2008-06-24 Thread Alexander Neundorf
On Thursday 19 June 2008, Alexander Neundorf wrote: > Hi, > > On Wednesday 11 June 2008, Alexander Neundorf wrote: > > On Tuesday 03 June 2008, Alexander Neundorf wrote: > > > On Thursday 29 May 2008, Dirk Mueller wrote: > > > ... > > > > > > > All fine for me, go ahead. I can help with fixing/test

Re: Reducing excess linkage - cmake 2.6 IMPORTED targets and LINK_INTERFACE_LIBRARIES for kdelibs

2008-06-24 Thread Modestas Vainius
Hi, Tuesday 24 June 2008, Alexander Neundorf rašė: > After you pushed so much, is there now actually any interest in this ? Yes, I pushed it and had done that for a month and a half, but, unfortunately, my time is very limited now to look into this. At the first sight, I still see some excess st

Re: [ANNOUNCE] automoc4 from kdesupport now supported for building KDE

2008-06-24 Thread Alexander Neundorf
On Friday 20 June 2008, Matthias Kretz wrote: > On Monday 16 June 2008 17:13:41 Matthias Kretz wrote: > > Hmm, perhaps the target could be made explicit: > > > > add_automoc4_target(phonon_automoc phonon_SRCS) > > add_library(phonon ${phonon_SRCS}) > > add_dependencies(phonon phonon_automoc) > > >