Commit 580b11b
committed
vcpkg: add manifest for managing Windows dependencies.
This commit introduces a project manifest for managing Windows
dependencies using vcpkg, the modern C/C++ package manager for
Windows development.
Although vcpkg is a Microsoft product, it's a free and open
source package manager. In principle, vcpkg can also manage
dependencies and even make binary releases on Unix-like systems,
but this use case is untested and unsupported. Use at one's
own risks. Currently, the use case is strictly for auto-building
dependencies on Windows.
Note: since we have to maintain the vcpkg pipeline anyway, perhaps
it does make sense to reuse vcpkg for releasing binary packages
for both Windows and Unix-like systems in the future, but this
remains a speculative idea for now.
Signed-off-by: Yifeng Li <tomli@tomli.me>1 parent 49054e1 commit 580b11b
2 files changed
Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments