branches/work/kdepim-3.5.5+/kpilot/conduits
Alexander Neundorf
neundorf at kde.org
Sat Dec 30 23:21:41 CET 2006
On Saturday 30 December 2006 21:09, Adriaan de Groot wrote:
> On Saturday 30 December 2006 17:06, Alexander Neundorf wrote:
> > Hi Adriaan,
> >
> > cmake stuff for KDE 3, if I unserstand this correctly ?
> > Nice :-)
>
> Yes, i'm all about cmake for kde3. It's been snuck into KDE PIM 3.5 branch
> and I must say I really like it. It certainly makes it easier to
> *potentially* do a release of sub-parts of the SVN module.
:-)
> > That's right, that doesn't exist. I guess the idea is to keep system
> > introspection and building strictly separated.
>
> Can I find out what the value of whatever-it-is-that-add_includes()-adds-to
> is at a given point? That's what I really want, so I can call find_header()
> with that path.
Yes, see the man page for get_directory_property().
get_directory_property(_incDirs INCLUDE_DIRECTORIES)
message(STATUS "current include dirs: ${_incDirs}")
But are you sure you want to do this ?
Bye
Alex
--
Work: alexander.neundorf AT jenoptik.com - http://www.jenoptik-los.de
Home: neundorf AT kde.org - http://www.kde.org
alex AT neundorf.net - http://www.neundorf.net
More information about the Kde-buildsystem
mailing list