项目作者: BoostCMake

项目描述 :
Boost powered with CMake build system
高级语言: CMake
项目地址: git://github.com/BoostCMake/boost_cmake.git
创建时间: 2018-05-23T18:09:54Z
项目社区:https://github.com/BoostCMake/boost_cmake

开源协议:Other

下载


Boost Patchset

Build Status

This repository intention is to make the build system separate from the source code, which drops off the requirement of every library refactoring and embedding the CMake into every submodule.

Usage

First of all, obviously, boost and boost_cmake sources repository are required.

Then configure the CMake project telling where actual sources are located.

  1. git clone --recurse-submodules https://github.com/boostorg/boost.git
  2. git clone --recurse-submodules https://github.com/BoostCMake/boost_cmake.git
  3. mkdir build && cd build && cmake -DBUILD_WITH_SOURCES_DIR=../boost ../boost_cmake

Supported Versions

Supported Boost versions are now: 1.58.0, 1.59.0, 1.60.0, 1.61.0

More versions are coming with more interest.