|
Boost Interest : |
Subject: Re: [Boost-cmake] building boost in subdirectory
From: Biddiscombe, John A. (biddisco_at_[hidden])
Date: 2009-12-17 10:04:38
I didn't follow all the original messages but what would be wonderful would be
MyProject
Boost
BoostLib1
BoostLib2
MyLib1
MyLib2
..etc
and you could delete all the boost libs that you are not interested, just leaving (say) threads, asio, circular buffer - then tell BOOST to build only those that you had left SET(BOOST_BUILD_LIB1/2 ON) ... and use them at will in the remainder of your project.
Is this what you are aiming at?
JB
> -----Original Message-----
> From: boost-cmake-bounces_at_[hidden] [mailto:boost-cmake-
> bounces_at_[hidden]] On Behalf Of troy d. straszheim
> Sent: 07 December 2009 19:46
> To: Discussion of the CMake-based build system for Boost
> Subject: [Boost-cmake] building boost in subdirectory
>
> Brought over from the main cmake list. Sorry about all the top-posting.
> What I came up with on this is here:
>
> http://sodium.resophonic.com/boost-cmake/current-
> docs/exported_targets.html#with-boost-source-in-a-subdirectory-of-your-
> source
>