Boost logo

Boost :

Subject: [boost] [cmake] Pull request announcement
From: Mike Dev (mike.dev_at_[hidden])
Date: 2018-09-17 14:49:45


> -----Original Message-----
> From: Boost <boost-bounces_at_[hidden]> On Behalf Of Peter Dimov via Boost
> Sent: Monday, September 17, 2018 1:21 PM
>
> I'd like to see an example of how a CMake project using Boost (f.ex. System)
> would look like, assuming your proposed pull requests are accepted.
>

Sure. You can have a look at https://github.com/Mike-Devel/DummyBoostUsage

If you want to play around with it locally:

- git clone https://github.com/Mike-Devel/DummyBoostUsage.git
- cd DummyBoostUsage
- git submodule update --init
- cd libs/boost/libs
- git submodule update --init config core assert predef winapi system
- cd ../../..
- mkdir build
- cd build
- cmake ..
- cmake --build .


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk