@ -91,6 +91,7 @@ Currently, the "`build`" tag have these meanings:
* `"all"`: library to build on `"make all"`, and install on the system.
* `"all"`: library to build on `"make all"`, and install on the system.
* `"plugin"`: library to build on `"make all"`, and install, but the corresponding CMake option defaults to off. The option needs to be declared manually at present to allow depending on third-party dependencies.
* `"plugin"`: library to build on `"make all"`, and install, but the corresponding CMake option defaults to off. The option needs to be declared manually at present to allow depending on third-party dependencies.
* `"protoc"`: a protoc plugin to build on `"make all"` and install on the system.
* `"protoc"`: a protoc plugin to build on `"make all"` and install on the system.
* `"plugin_test"`: A test that should only be built if the associated plugin is enabled. The plugin is mentioned in the `"plugin_option"` tag.
* `"private"`: a library to only build for tests.
* `"private"`: a library to only build for tests.
* `"test"`: a test binary to run on `"make test"`.
* `"test"`: a test binary to run on `"make test"`.
* `"tool"`: a binary to be built upon `"make tools"`.
* `"tool"`: a binary to be built upon `"make tools"`.