mirror of
https://github.com/build-cpp/cmkr
synced 2026-06-08 13:22:55 +00:00
Allow specifying install component name
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user