Configuration Cookbook - nosoop/NinjaBuild-SMPlugin GitHub Wiki

This page discusses configurations for the project.

Third-party dependencies

  1. Create a third_party directory at the root of the repository.
  2. Place your dependencies in there however you want. My usual setup involves creating a subfolder for submodules (which may bury the include files within the submodule), and another one for vendored includes (which are copy/pasted into the project).
  3. Edit the include_dirs list within configure.py with the new directories.