Bazel: Implement C++ Transitive Libraries

Created on 15 May 2018  路  2Comments  路  Source: bazelbuild/bazel

This is a tracking issue for the transitive libraries effort.

Design doc: https://docs.google.com/document/d/1d4SPgVX-OTCiEK_l24DNWiFlT14XS5ZxD7XhttFbvrI/edit#

P4 team-Rules-CPP feature request

Most helpful comment

We are working on it:
https://github.com/bazelbuild/rules_cc/blob/master/examples/experimental_cc_shared_library.bzl

You need to use it with the flag --experimental_cc_shared_library.

Beware that we are constantly making breaking changes as we iterate on the design.

All 2 comments

Any updates?

We are working on it:
https://github.com/bazelbuild/rules_cc/blob/master/examples/experimental_cc_shared_library.bzl

You need to use it with the flag --experimental_cc_shared_library.

Beware that we are constantly making breaking changes as we iterate on the design.

Was this page helpful?
0 / 5 - 0 ratings