Add CMake example

This commit is contained in:
Jörn-Michael Miehe
2019-08-15 16:52:52 +02:00
parent 12f8d239f8
commit 1f8a5265f6
5 changed files with 43 additions and 0 deletions

11
rust-to-cmake/Cargo.toml Normal file
View 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"