From bd75f5835cb1d82c878cc1ca800590d00b1b829f Mon Sep 17 00:00:00 2001 From: pravic Date: Sat, 10 Jun 2017 14:13:30 +0300 Subject: [PATCH] Add Vcpkg package manager. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b7db799..74aef52 100644 --- a/README.md +++ b/README.md @@ -678,6 +678,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [tundra](https://github.com/deplinenoise/tundra) - High-performance code build system designed to give the best possible incremental build times even for very large software projects. * [tup](http://gittup.org/tup/) - File-based build system that monitors in the background for changed files. * [Premake](http://premake.github.io) - A tool configured with a Lua script to generate project files for Visual Studio, GNU Make, Xcode, Code::Blocks, and more across Windows, Mac OS X, and Linux. +* [Vcpkg](https://github.com/microsoft/vcpkg) - VC++ Packaging Tool for Windows. ## Static Code Analysis *List of tools for improving quality and reducing defects by code analysis*