bazelbuild / rules_cc

C++ Rules for Bazel
https://bazel.build
Apache License 2.0
182 stars 90 forks source link

Rules based toolchain example #237

Open armandomontanez opened 1 week ago

armandomontanez commented 1 week ago

Adds a relatively simple example of a rule-based toolchain that exercises a test that links both static and dynamic libraries using includes to expose headers.