luser / cmake-rs

Rust build dependency for running cmake

Home Page:http://alexcrichton.com/cmake-rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Rust build dependency for running cmake

http://alexcrichton.com/cmake-rs

License:Apache License 2.0


Languages

Language:Rust 100.0%