dev-pipeline-cmake

cmake plugin for dev-pipeline


License
BSD-1-Clause
Install
pip install dev-pipeline-cmake==0.4.1

Documentation

dev-pipeline-cmake

codacy Maintainability lgtm lgtm-quality

A CMake plugin for dev-pipeline

Installation

The simplest way to install is using pip.

$ cd /path/to/dev-pipeline-cmake
$ pip3 install

If you don't have pip available, you can run setup.py directly.

$ cd /path/to/dev-pipeline-cmake
$ python3 setup.py install

You'll need cmake installed. Doing that is beyond the scope of this document, but it should be available for pretty much every operating system.

Using

You can use cmake as an option for build in a build.config. Information about options you can set are in the documentation.