mirror of
https://github.com/abseil/abseil-cpp.git
synced 2026-06-04 12:07:05 +08:00
PR #1939: Add missing rules_cc loads
Imported from GitHub PR https://github.com/abseil/abseil-cpp/pull/1939 This is required for use with bazel past this commit:71ca0ed111Most files do this already these were just missing Mergef7d58947afinto620d600442Merging this change closes #1939 COPYBARA_INTEGRATE_REVIEW=https://github.com/abseil/abseil-cpp/pull/1939 from keith:ks/add-missing-rules_cc-loadsf7d58947afPiperOrigin-RevId: 809556509 Change-Id: I494a118b851685a03393485514a3b6fbe3a10597
This commit is contained in:
committed by
Copybara-Service
parent
620d600442
commit
2370ccf579
@@ -14,6 +14,9 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
load("@rules_cc//cc:cc_binary.bzl", "cc_binary")
|
||||
load("@rules_cc//cc:cc_library.bzl", "cc_library")
|
||||
load("@rules_cc//cc:cc_test.bzl", "cc_test")
|
||||
load(
|
||||
"//absl:copts/configure_copts.bzl",
|
||||
"ABSL_DEFAULT_COPTS",
|
||||
|
||||
Reference in New Issue
Block a user