Login
From:
www.foonathan.net
(Uncensored)
subscribe
Tutorial: Easy dependency management for C++ with CMake and Git
https://www.foonathan.net/2016/07/cmake-dependency-handling/
links
backlinks
Roast topics
Find topics
Find it!
This tutorial describes a simple way to handle external dependencies for C++ projects. It only uses native CMake and git, doesn't require any external package managers and is completely transparent for the user.