17 Sep
2018
17 Sep
'18
2:49 p.m.
-----Original Message----- From: Boost
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 .