Add CMake example
This commit is contained in:
11
rust-to-cmake/Cargo.toml
Normal file
11
rust-to-cmake/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "rust-to-cmake"
|
||||
version = "0.1.0"
|
||||
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
||||
build = "build.rs"
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
|
||||
[build-dependencies]
|
||||
cmake = "0.1.41"
|
||||
Reference in New Issue
Block a user