-
Notifications
You must be signed in to change notification settings - Fork 2
Configuration Cookbook
nosoop edited this page May 8, 2021
·
1 revision
This page discusses configurations for the project.
- 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.