@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rust-to-cmake"
|
name = "rust-to-cmake"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
authors = ["Jörn-Michael Miehe <miehe@dp-electronics.de>"]
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
extern crate cmake;
|
extern crate cmake;
|
||||||
|
|
||||||
fn main() {
|
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
|
// into $OUT_DIR
|
||||||
let dst = cmake::build("libdouble");
|
let dst = cmake::build("libdouble");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user