headers

Optional | Type: String or Array

A list of header files that can be included in a project source files using #include <...> directive.

Examples

"headers": "MyLibrary.h"
"headers": ["FooCore.h", "FooFeature.h"]