Brian Silverman | fbe79b8 | 2015-09-12 15:10:54 -0400 | [diff] [blame] | 1 | This is a folder with an empty config.h file for external projects to #include. |
2 | We #define everything relevant to each individual project using -D flags for | ||||
3 | each one, but files still want to #include "config.h". To allow that, add | ||||
4 | '-Ithird_party/empty_config_h' to copts. |