项目作者: boost-cmake

项目描述 :
Boost cmake modules
高级语言: CMake
项目地址: git://github.com/boost-cmake/bcm.git
创建时间: 2016-12-22T19:06:39Z
项目社区:https://github.com/boost-cmake/bcm

开源协议:

下载


BCM

Boost cmake modules.

Motivation

This provides cmake modules that can be re-used by boost and other dependencies. It provides modules to reduce the boilerplate for installing, versioning, setting up package config, and creating tests.

Usage

The modules can be installed using standard cmake install:

  1. mkdir build
  2. cd build
  3. cmake ..
  4. cmake --build . --target install

Once installed, the modules can be used by using find_package and then including the appropriate module:

  1. find_package(BCM)
  2. include(BCMPackage)

Documentation

http://bcm.readthedocs.io