cmake-package

Crates.iocmake-package
lib.rscmake-package
version0.1.2
sourcesrc
created_at2024-10-19 20:42:14.71083
updated_at2024-10-24 20:00:59.31817
descriptionA helper library for Cargo build-scripts to find and link against existing CMake packages.
homepagehttps://github.com/danvratil/cmake-package-rs
repositoryhttps://github.com/danvratil/cmake-package-rs
max_upload_size
id1415703
size62,493
Dan Vrátil (danvratil)

documentation

https://docs.rs/cmake-package

README

cmake-package

A Rust crate for Cargo build scripts to find CMake packages installed on the system and link against them. This is especially useful when your Rust project depends on a system library that only provides a CMake package. This is essentially similar to the pkg-config crate, but for CMake.

Refer to the documentation for more information on usage.

License

This project is licensed under the MIT license. See the LICENSE file for more information.

Contribution

All contributions are welcome. Please open an issue or a pull request if you have any problem, suggestions or improvement!

Commit count: 66

cargo fmt