diff options
| author | Daniel Shaw <t-dansha@microsoft.com> | 2017-07-12 17:40:41 -0700 |
|---|---|---|
| committer | Daniel Shaw <t-dansha@microsoft.com> | 2017-07-14 13:21:25 -0700 |
| commit | 336e25218a73f9b54120e3c35b3d28e6426deeb1 (patch) | |
| tree | 72e2f0fce405def2dcc47b686d4ab7baa5b9afcc /toolsrc/include/BinaryParagraph.h | |
| parent | 7944f9f7779ebbc0923efd27cff268ac23b1c312 (diff) | |
| download | vcpkg-336e25218a73f9b54120e3c35b3d28e6426deeb1.tar.gz vcpkg-336e25218a73f9b54120e3c35b3d28e6426deeb1.zip | |
feature packages graph traversal
Diffstat (limited to 'toolsrc/include/BinaryParagraph.h')
| -rw-r--r-- | toolsrc/include/BinaryParagraph.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/toolsrc/include/BinaryParagraph.h b/toolsrc/include/BinaryParagraph.h index 1c2edf790..4adde5e36 100644 --- a/toolsrc/include/BinaryParagraph.h +++ b/toolsrc/include/BinaryParagraph.h @@ -25,8 +25,10 @@ namespace vcpkg std::string version; std::string description; std::string maintainer; + std::string feature; + std::vector<std::string> default_features; std::vector<std::string> depends; }; void serialize(const BinaryParagraph& pgh, std::string& out_str); -} +}
\ No newline at end of file |
