This is the C++ language plugin for the bake buildtool.
The C++ plugin supports properties specific to C++ projects. The C++ driver imports definitions from the C driver, and inherits its properties. For a list of the supported properties, see the README of the C driver
{
"id": "my_lib",
"type": "package",
"lang.cpp": {
"export-symbols": true
}
}