kiron1 / superbuild

CMake superbuild project to build common dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Superbuild

CMake supberbuild (i.e. using ExternalProject) project to build external dependencies from source.

Usage

To use, CMake 3.0 or newer is required.

Generate the project.

cmake -H. -B_build -GNinja

Build all:

cmake --build _build

To build only a single dependency add the --target argument.

cmake --build _build --target boost

Packages

The following packages are included:

About

CMake superbuild project to build common dependencies


Languages

Language:CMake 100.0%