All Projects → boost-cmake → Bcm

boost-cmake / Bcm

Boost cmake modules

Programming Languages

cplusplus
227 projects

Projects that are alternatives of or similar to Bcm

Fixed point
C++ Binary Fixed-Point Arithmetic
Stars: ✭ 199 (+314.58%)
Mutual labels:  cmake, boost
Hazelcast Cpp Client
Hazelcast IMDG C++ Client
Stars: ✭ 67 (+39.58%)
Mutual labels:  cmake, boost
Burst
То, чего нет в Бусте
Stars: ✭ 72 (+50%)
Mutual labels:  cmake, boost
Vanilla Rtb
Real Time Bidding (RTB) - Demand Side Platform framework
Stars: ✭ 257 (+435.42%)
Mutual labels:  cmake, boost
S25client
Return To The Roots (Settlers II(R) Clone)
Stars: ✭ 288 (+500%)
Mutual labels:  cmake, boost
Innoextract
A tool to unpack installers created by Inno Setup
Stars: ✭ 407 (+747.92%)
Mutual labels:  cmake, boost
Cmake Templates
Some CMake Templates (examples). Qt, Boost, OpenCV, C++11, etc 一些栗子
Stars: ✭ 368 (+666.67%)
Mutual labels:  cmake, boost
Cmake Examples
Useful CMake Examples
Stars: ✭ 7,220 (+14941.67%)
Mutual labels:  cmake, boost
Librevault
Librevault - Peer-to-peer, decentralized and open source file sync.
Stars: ✭ 1,001 (+1985.42%)
Mutual labels:  cmake
Orne navigation
This repository provides mobile robot navigation system with i-Cart mini for Tsukuba Challenge under Project ORNE.
Stars: ✭ 43 (-10.42%)
Mutual labels:  cmake
Arduino Rgb Tools
A arduino library with tools for controlling an RGB-LED
Stars: ✭ 37 (-22.92%)
Mutual labels:  cmake
Iterative Closest Point
Stars: ✭ 40 (-16.67%)
Mutual labels:  cmake
Programming learning resource
学习计算机科学的一些pdf资源
Stars: ✭ 1,019 (+2022.92%)
Mutual labels:  cmake
Openconnect Gui
Mirror - Graphical OpenConnect client (beta phase)
Stars: ✭ 993 (+1968.75%)
Mutual labels:  cmake
Genepi
Automatic generation of N-API wrapper from a C++ library
Stars: ✭ 45 (-6.25%)
Mutual labels:  cmake
Ibus Table Chinese
Chinese tables for IBus-Table
Stars: ✭ 36 (-25%)
Mutual labels:  cmake
Summer Sessions 2020
Series of lectures and hands-on tutorials organized to familiarize new lab entrants with the fundamental areas of robotics research.
Stars: ✭ 36 (-25%)
Mutual labels:  cmake
Cpp starter project
A template CMake project to get you started with C++ and tooling
Stars: ✭ 1,025 (+2035.42%)
Mutual labels:  cmake
Dogen
Reference implementation of the MASD Code Generator.
Stars: ✭ 44 (-8.33%)
Mutual labels:  boost
Picmake
你还在学CMake的过程中毫无头绪吗?你还在为复杂程序库依赖发愁吗?你是否觉得原生CMake的编写冗余而低效?那就快来学习和使用PICMake吧!只需要一行,无论是可执行,动态库还是静态库,轻松搞定!同时高效支持多目标,复杂库的编译安装,从此告别大量冗余CMake代码,专注开发核心应用程序,编译不再愁! 例如下面是使用PICMake编译一个依赖OpenGL的可执行文件,只需要一行!
Stars: ✭ 43 (-10.42%)
Mutual labels:  cmake

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:

mkdir build
cd build
cmake ..
cmake --build . --target install

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

find_package(BCM)
include(BCMPackage)

Documentation

http://bcm.readthedocs.io

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].