bazelbuild/bazel

Documentation issue: Common C Build Use Cases

Open

#12,534 opened on Nov 22, 2020

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Java (4,465 forks)batch import
P3help wantedteam-Documentationteam-Rules-CPPtype: documentation (cleanup)

Repository metrics

Stars
 (25,384 stars)
PR merge metrics
 (Avg merge 22d 20h) (77 merged PRs in 30d)

Description

Documentation URL: https://docs.bazel.build/versions/3.7.0/cpp-use-cases.html

As described by C++ project with Bazel and GTest, googletest v1.10.x has a BUILD file. If git_repository is used, there is no need to create gtest.BUILD.

Contributor guide