Configuration Cookbook - nosoop/NinjaBuild-SMPlugin GitHub Wiki
This page discusses configurations for the project.
Third-party dependencies
- Create a
third_partydirectory at the root of the repository. - 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).
- Edit the
include_dirslist withinconfigure.pywith the new directories.