mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-19 13:00:36 +08:00
292067a61d
* [docs] Fix broken links. Add docs validation pipeline. * [docs][regenerate.ps1] Do not require a README.md in helper ports * [docs] Update validateDocs.yml to point to current main
11 lines
481 B
Markdown
11 lines
481 B
Markdown
# Buildsystem Integration
|
|
|
|
**The latest version of this documentation is available on [GitHub](https://github.com/Microsoft/vcpkg/tree/master/docs/users/buildsystems/integration.md).**
|
|
|
|
vcpkg supports use from any buildsystem and has specific native integration into MSBuild and CMake.
|
|
|
|
- [MSBuild Integration (Visual Studio)](msbuild-integration.md)
|
|
- [CMake Integration](cmake-integration.md)
|
|
- [Manual Integration](manual-integration.md)
|
|
- [`export` Command](export-command.md)
|