The vcpkg `version` will automatically generate the `url` from the [official repository](https://github.com/microsoft/vcpkg/releases). For a custom registry you can specify your own `url` (and omit the `version`). You can browse available packages on [vcpkg.io](https://vcpkg.io/en/packages.html).
@ -114,6 +116,8 @@ config = true
components = ["mycomponent"]
```
The `crt-linkage` specifies the MSVC runtime library variant to use while compiling packages. `library-linkage` is whether libraries built are dynamic (default) or static.
## FetchContent
**Note**: The `[fetch-content]` feature is unpolished and will likely change in a future release.