Allow specifying install component name

This commit is contained in:
cursey
2022-01-28 17:15:48 -08:00
parent e8c6ccb698
commit 6f8b07a801
3 changed files with 7 additions and 1 deletions
+1
View File
@@ -551,6 +551,7 @@ Project::Project(const Project *parent, const std::string &path, bool build) {
i.optional("dirs", inst.dirs);
i.optional("configs", inst.configs);
i.required("destination", inst.destination);
i.optional("component", inst.component);
installs.push_back(inst);
}
}