Add install.optional flag

This commit is contained in:
Duncan Ogilvie
2022-06-01 19:06:53 +02:00
parent e98a906231
commit e69cf4d2b9
4 changed files with 5 additions and 1 deletions
+1
View File
@@ -619,6 +619,7 @@ Project::Project(const Project *parent, const std::string &path, bool build) {
i.optional("configs", inst.configs);
i.required("destination", inst.destination);
i.optional("component", inst.component);
i.optional("optional", inst.optional);
installs.push_back(inst);
}
}