add optional cmake builds

This commit is contained in:
mbilling
2019-09-11 15:19:52 +02:00
committed by mbilling
parent 56ee707517
commit daa9d4c209
5 changed files with 41 additions and 3 deletions

View File

@@ -12,6 +12,13 @@ This crate is for use cases in which developers need to integrate [`bdwgc`][bdwg
See [`examples`](examples) directory.
By default [`bdwgc`][bdwgc] is built with autotools. To build with cmake enable the `cmake` feature in `Cargo.toml`:
[dependencies.bdwgc-alloc]
version = "0.4"
default-features = false
features = ["cmake"]
## License
[MIT](LICENSE)