Struct builder_cpp::utils::TargetConfig
source · pub struct TargetConfig {
pub name: String,
pub src: String,
pub include_dir: String,
pub typ: String,
pub cflags: String,
pub libs: String,
pub deps: Vec<String>,
}Expand description
Struct describing the target config of the local project
Fields§
§name: String§src: String§include_dir: String§typ: String§cflags: String§libs: String§deps: Vec<String>