/CMakePercolator

An easy to use cmake-based dependency manager.

Primary LanguageShell

  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.