NathanFrench / CMakePercolator

An easy to use cmake-based dependency manager.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. Add the contents of skel/CMakeLists.txt to your own CMakeLists.txt
  2. For each dep needed, add the name to the file DEPS (see skel/DEPS)
  3. Run ./bootstrap.sh
  4. The rest is up to you.

About

An easy to use cmake-based dependency manager.


Languages

Language:Shell 81.3%Language:CMake 18.7%