mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-09-15 06:46:03 -06:00
add optional cmake builds
This commit is contained in:
+5
-1
@@ -8,8 +8,12 @@ edition = "2018"
|
||||
license = "MIT"
|
||||
build = "build.rs"
|
||||
|
||||
[features]
|
||||
default = ["autotools"]
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
|
||||
[build-dependencies]
|
||||
autotools = "0.2"
|
||||
autotools = {version = "0.2", optional = true}
|
||||
cmake = {version = "0.1", optional = true}
|
||||
|
||||
Reference in New Issue
Block a user