summary refs log tree commit diff
path: root/src/vendor/cmake/README.md
blob: 8b2586eb01e25ed43220fe0646fb6904eb1bcacc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# cmake

[![Build Status](https://travis-ci.org/alexcrichton/cmake-rs.svg?branch=master)](https://travis-ci.org/alexcrichton/cmake-rs)

[Documentation](http://alexcrichton.com/cmake-rs)

A build dependency for running the `cmake` build tool to compile a native
library.

```toml
# Cargo.toml
[build-dependencies]
cmake = "0.2"
```

# License

`cmake-rs` is primarily distributed under the terms of both the MIT license and
the Apache License (Version 2.0), with portions covered by various BSD-like
licenses.

See LICENSE-APACHE, and LICENSE-MIT for details.