Skip to content

Commit

Permalink
Docs: Add info about hdrs header files to Common C++ Build Use Cases
Browse files Browse the repository at this point in the history
Fixes bazelbuild#13021

PiperOrigin-RevId: 369737708
  • Loading branch information
Googler authored and copybara-github committed Apr 21, 2021
1 parent 9256e73 commit ab19d44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions site/docs/cpp-use-cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ with Bazel. If you have not done so already, get started with building C++
projects with Bazel by completing the tutorial
[Introduction to Bazel: Build a C++ Project](tutorial/cpp.html).

For information on cc_library and hdrs header files, see
<a href="be/c-cpp.html#cc_library">cc_library</a>.

## Including multiple files in a target

You can include multiple files in a single target with
Expand Down

0 comments on commit ab19d44

Please sign in to comment.