Getting Started
Configuration
Instruments
name
version
description
keywords
homepage
repository
authors
license
frameworks
platforms
headers
examples
dependencies
export
scripts
build
Advanced
Integration
compile_commands.json
Miscellaneous
Optional | Type: String or Array
String
Array
A list of header files that can be included in a project source files using #include <...> directive.
#include <...>
Examples
"headers": "MyLibrary.h"
"headers": ["FooCore.h", "FooFeature.h"]