]> git.proxmox.com Git - rustc.git/blame - src/vendor/cmake/README.md
New upstream version 1.23.0+dfsg1
[rustc.git] / src / vendor / cmake / README.md
CommitLineData
476ff2be
SL
1# cmake
2
3[![Build Status](https://travis-ci.org/alexcrichton/cmake-rs.svg?branch=master)](https://travis-ci.org/alexcrichton/cmake-rs)
4
5[Documentation](http://alexcrichton.com/cmake-rs)
6
7A build dependency for running the `cmake` build tool to compile a native
8library.
9
10```toml
11# Cargo.toml
12[build-dependencies]
13cmake = "0.2"
14```
15
16# License
17
abe05a73 18This project is licensed under either of
476ff2be 19
abe05a73
XL
20 * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
21 http://www.apache.org/licenses/LICENSE-2.0)
22 * MIT license ([LICENSE-MIT](LICENSE-MIT) or
23 http://opensource.org/licenses/MIT)
24
25at your option.
26
27### Contribution
28
29Unless you explicitly state otherwise, any contribution intentionally submitted
30for inclusion in Serde by you, as defined in the Apache-2.0 license, shall be
31dual licensed as above, without any additional terms or conditions.