Tutorial: Easy dependency management for C++ with CMake and Git
C++ dependency management is a more controversial topic with many alternatives and lots of third-party tools. The following reddit comment describes it well:
This tutorial explains a relatively simple solution using CMake - the de-facto standard build tool - and git - the de-facto source code version control system. It doesn’t require any external tools, works on all platforms and is relatively easy to setup and flexible for the user. This is the same system I’m currently using for standardese, my C++ documentation generator.
» read more »