Boost logo

Boost-Build :

Subject: Re: [Boost-build] Picking up options from pkg-config
From: Daniel Lidström (daniel.lidstrom_at_[hidden])
Date: 2009-04-01 10:49:36


> Uhm, try this:
>
> exe a : a.cpp
> : <cflags>"`pkg-config --cflags glib-2.0`"
> <linkflags>"`pkg-config --libs glib-2.0`"
> ;
>

This did it! Again, thank you very much.

/Daniel


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk