diff --git a/README.md b/README.md index 87f17a7..8ffa074 100644 --- a/README.md +++ b/README.md @@ -651,9 +651,9 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin ## Build Systems * [Bear](https://github.com/rizsotto/Bear) - A tool to generate compilation database for clang tooling. -* [Biicode](https://www.biicode.com/) - Simple, file-based dependency manager. * [CMake](https://cmake.org/) - Cross-platform free and open-source software for managing the build process of software using a compiler-independent method. [BSD] * [C++ Archive Network](https://cppan.org/) - Cross-platform C++ Dependency Manager with a lot of packages available. +* [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. * [MesonBuild](http://mesonbuild.com) - An open source build system meant to be both extremely fast, and, even more importantly, as user friendly as possible.