aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/SourceParagraph.h
diff options
context:
space:
mode:
authorDaniel Shaw <t-dansha@microsoft.com>2017-07-19 14:29:28 -0700
committerDaniel Shaw <t-dansha@microsoft.com>2017-07-24 15:21:32 -0700
commit59389ca236b005922cf1101f66c957d2396f6371 (patch)
tree42bbcc25b501967203c63dd55b665ec9f49a41e4 /toolsrc/include/SourceParagraph.h
parent1445115906139f5c6d14bcbbacdcc0cfb543fd80 (diff)
downloadvcpkg-59389ca236b005922cf1101f66c957d2396f6371.tar.gz
vcpkg-59389ca236b005922cf1101f66c957d2396f6371.zip
end to end feature pkg draft
Diffstat (limited to 'toolsrc/include/SourceParagraph.h')
-rw-r--r--toolsrc/include/SourceParagraph.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/include/SourceParagraph.h b/toolsrc/include/SourceParagraph.h
index e85884b51..7ddf999cc 100644
--- a/toolsrc/include/SourceParagraph.h
+++ b/toolsrc/include/SourceParagraph.h
@@ -60,6 +60,7 @@ namespace vcpkg
std::vector<std::string> filter_dependencies(const std::vector<Dependency>& deps, const Triplet& t);
+ // zlib[uwp] becomes Dependency{"zlib", "uwp"}
std::vector<Dependency> expand_qualified_dependencies(const std::vector<std::string>& depends);
std::vector<std::string> parse_comma_list(const std::string& str);