Skip to content

danvratil/cmake-package-rs

Repository files navigation

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!