Devolutions / conan-rs

A Rust wrapper of the conan C/C++ package manager (conan.io) to simplify usage in build scripts
Apache License 2.0
34 stars 11 forks source link

BuildDependency with multiple include directories doesn't allow for full usage. #8

Closed raspofabs closed 8 months ago

raspofabs commented 1 year ago

https://github.com/Devolutions/conan-rs/blob/65a4cb8d0a91b959d4b6bc1aac250a7ee7e70329/src/build_info/build_dependency.rs#L78

This gets only one include, which affected us as we needed to include a new dependency which had three separate include folders.

awakecoding commented 1 year ago

@taco-paco FYI

I don't know when I'll get a chance to fix this to properly support multiple include directories, but I would definitely welcome a pull request for such an improvement