From 9a48ae372456eed146cbb9daee573ea9f58f5800 Mon Sep 17 00:00:00 2001 From: David Hirvonen Date: Sun, 28 Jan 2018 12:03:20 -0500 Subject: [PATCH] =?UTF-8?q?Add=20Hunter=20to=20=E2=80=9CBuild=20Systems?= =?UTF-8?q?=E2=80=9D=20section.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ac1fd23..64b00f0 100644 --- a/README.md +++ b/README.md @@ -752,6 +752,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [Conan](https://conan.io/) - C/C++ Package Manager, open sourced. [MIT] * [CPM](https://github.com/iauns/cpm) - A C++ Package Manager based on CMake and Git. * [FASTBuild](http://www.fastbuild.org/docs/home.html) - High performance, open-source build system supporting highly scalable compilation, caching and network distribution. +* [Hunter](https://www.github.com/ruslo/hunter) - CMake driven cross-platform package manager for C++. [BSD-2] * [MesonBuild](http://mesonbuild.com) - An open source build system meant to be both extremely fast, and, even more importantly, as user friendly as possible. * [Ninja](https://ninja-build.org/) - A small build system with a focus on speed. * [Scons](http://www.scons.org/) - A software construction tool configured with a Python script.