Expand description
A collection of helpers to construct artifact names, such as names of dynamic or static librarys which are target-dependent.
Functions§
- bin_
name - Construct the binary (executable) name based on the target.
- dynamic_
lib_ extension - Construct the dynamic library extension based on the target.
- dynamic_
lib_ name - Construct the dynamic library name based on the target.
- msvc_
import_ dynamic_ lib_ name - Construct the name of the import library for the dynamic library, exclusive to MSVC and accepted by link.exe.
- rust_
lib_ name - Construct the name of a rust library (rlib).
- static_
lib_ name - Construct the static library name based on the target.