Subject: Re: [Boost-users] CMake thoughts
From: Robert Bielik (robert.bielik_at_[hidden])
Date: 2009-06-05 08:20:17


Daniel James skrev:
> That's unlikely, we're currently discussing moving in the opposite
> direction - grouping individual library's files together rather than
> distributing them further. But if you want the library source files
> they should all be in 'src' directories:

As long as the sources are in /libs/<library>/src it would be fine. Then it will be easy to provide a
list of the libraries to include (with *.cpp files in them). Cool! :)

/Rob