Re: [CMake] Making it easier for downstreams to use my library

2010-04-10 Thread Stephen Kelly
Michael Wild wrote: > > On 9. Apr, 2010, at 20:20 , Alexander Neundorf wrote: >>> [...] >>> >>> which will create IMPORTED targets with the same names as in the >>> Grantlee project. So you can then set the variables >>> >>> set(Grantlee_CORE_LIBRARIES grantlee_core ${QT_QTCORE_LIBRARIES}) >>>

Re: [CMake] Making it easier for downstreams to use my library

2010-04-09 Thread Michael Wild
On 9. Apr, 2010, at 20:20 , Alexander Neundorf wrote: >> [...] >> >> which will create IMPORTED targets with the same names as in the Grantlee >> project. So you can then set the variables >> >> set(Grantlee_CORE_LIBRARIES grantlee_core ${QT_QTCORE_LIBRARIES}) >> set(Grantlee_GUI_LIBRARIES grant

Re: [CMake] Making it easier for downstreams to use my library

2010-04-09 Thread Alexander Neundorf
On Friday 09 April 2010, Michael Wild wrote: > On 9. Apr, 2010, at 9:53 , Stephen Kelly wrote: > > Hi, > > > > I've just tagged and tarballed a release candidate of Grantlee version > > 0.1.0. Grantlee is a Free Software string template system written in Qt > > and using CMake for its build system.

Re: [CMake] Making it easier for downstreams to use my library

2010-04-09 Thread Michael Wild
On 9. Apr, 2010, at 9:53 , Stephen Kelly wrote: > Hi, > > I've just tagged and tarballed a release candidate of Grantlee version > 0.1.0. Grantlee is a Free Software string template system written in Qt and > using CMake for its build system.[1] > > Most of my CMake knowledge is about writing

Re: [CMake] Making it easier for downstreams to use my library

2010-04-09 Thread Andreas Pakulat
On 09.04.10 09:53:03, Stephen Kelly wrote: > Hi, > > I've just tagged and tarballed a release candidate of Grantlee version > 0.1.0. Grantlee is a Free Software string template system written in Qt and > using CMake for its build system.[1] > > Most of my CMake knowledge is about writing simple

[CMake] Making it easier for downstreams to use my library

2010-04-09 Thread Stephen Kelly
Hi, I've just tagged and tarballed a release candidate of Grantlee version 0.1.0. Grantlee is a Free Software string template system written in Qt and using CMake for its build system.[1] Most of my CMake knowledge is about writing simple CMakeLists.txt files to consume other libraries. Writin