Struct vcpkg::Library[][src]

pub struct Library {
    pub link_paths: Vec<PathBuf>,
    pub dll_paths: Vec<PathBuf>,
    pub include_paths: Vec<PathBuf>,
    pub cargo_metadata: Vec<String>,
    pub is_static: bool,
    pub found_dlls: Vec<PathBuf>,
    pub found_libs: Vec<PathBuf>,
}

Details of a package that was found

Fields

Paths for the linker to search for static or import libraries

Paths to search at runtme to find DLLs

Paths to search for

cargo: metadata lines

libraries found are static

Trait Implementations

impl Debug for Library
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Library

impl Sync for Library