This commit is contained in:
MoAlyousef
2021-05-29 17:40:44 +03:00
parent bb7a0bc0ed
commit ffdedbdace
3 changed files with 30 additions and 29 deletions
+1
View File
@@ -33,6 +33,7 @@ struct Package {
};
struct Vcpkg {
std::string url;
std::vector<std::string> packages;
};