rust/src/vendor/cmake
Alex Crichton 319f46fba3 rustbuild: Vendor all dependencies
This commit vendors all dependencies when using rustbuild to ensure that we
don't hit the network during a build and can build as a self-contained unit.
2016-11-08 07:32:05 -08:00
..
src rustbuild: Vendor all dependencies 2016-11-08 07:32:05 -08:00
.cargo-checksum.json rustbuild: Vendor all dependencies 2016-11-08 07:32:05 -08:00
.cargo-ok rustbuild: Vendor all dependencies 2016-11-08 07:32:05 -08:00
.gitignore rustbuild: Vendor all dependencies 2016-11-08 07:32:05 -08:00
.travis.yml rustbuild: Vendor all dependencies 2016-11-08 07:32:05 -08:00
Cargo.toml rustbuild: Vendor all dependencies 2016-11-08 07:32:05 -08:00
LICENSE-APACHE rustbuild: Vendor all dependencies 2016-11-08 07:32:05 -08:00
LICENSE-MIT rustbuild: Vendor all dependencies 2016-11-08 07:32:05 -08:00
README.md rustbuild: Vendor all dependencies 2016-11-08 07:32:05 -08:00

cmake

Build Status

Documentation

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

# 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.