Crates.io | conan-build |
lib.rs | conan-build |
version | 0.1.4 |
source | src |
created_at | 2022-08-27 00:16:56.642123 |
updated_at | 2024-03-17 02:25:55.359199 |
description | Extracts linker flags from conan packages for use in build scripts |
homepage | |
repository | https://github.com/Andrepuel/conan-build |
max_upload_size | |
id | 653164 |
size | 13,412 |
Extracts compiler flags from Conan packages for integration with Rust build scripts
Read zeromq-sys-sample/build.rs for an example on how to write a build script that links with an external package from conan.
Remarks: It is recommended to not run conan install
within build.rs.