Function nvbit_build::nvbit_include

source ·
pub fn nvbit_include() -> PathBuf
Expand description

Get the nvbit include dir.

Note: This function is intended to be used the build.rs context.

This can be useful when your crate uses nvbit and requires access to the nvbit header files.

Panics

When the DEP_NVBIT_INCLUDE environment variable is not set.