CPM is a very simple package manager written in Cmake. It is extremely easy to use and drastically simplifies the inclusion of other Cmake-based projects from github.
# Usage
To add a new dependency to your project simply add the Projects target name, the git URL and a valid git tag or branch.