Merge pull request #33 from miehe-dup/master

Errata/typos (CMake)
This commit is contained in:
Alex Crichton
2019-08-19 06:29:11 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "rust-to-cmake"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
authors = ["Jörn-Michael Miehe <miehe@dp-electronics.de>"]
build = "build.rs"
[dependencies]

View File

@@ -1,7 +1,7 @@
extern crate cmake;
fn main() {
// Builds the project in the directory located in `libfoo`, installing it
// Builds the project in the directory located in `libdouble`, installing it
// into $OUT_DIR
let dst = cmake::build("libdouble");