Skip to content

Commit 288cdea

Browse files
authored
Add C++ library Proxy (#1534)
1 parent a83215d commit 288cdea

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

bin/yaml/libraries.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1993,6 +1993,16 @@ libraries:
19931993
- ./autogen.sh
19941994
- ./configure
19951995
type: github
1996+
proxy:
1997+
check_file: proxy.h
1998+
method: clone_branch
1999+
repo: microsoft/proxy
2000+
targets:
2001+
- 3.0.0
2002+
- 3.1.0
2003+
- 3.2.0
2004+
- 3.2.1
2005+
type: github
19962006
pugixml:
19972007
build_type: cmake
19982008
check_file: README.md

windows/msvce-config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,11 @@
239239
"description": "Parsing Expression Grammar Template Library",
240240
"pretty_name": "PEGTL"
241241
},
242+
"proxy": {
243+
"url": "https://github.com/microsoft/proxy",
244+
"description": "C++20 Polymorphism Library",
245+
"pretty_name": "Proxy"
246+
},
242247
"pugixml": {
243248
"url": "https://github.com/zeux/pugixml",
244249
"description": "pugixml is a C++ XML processing library",

0 commit comments

Comments
 (0)