We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb14c7 commit 90588b7Copy full SHA for 90588b7
bazel/pybind11.BUILD
@@ -1,6 +1,8 @@
1
# Description:
2
# Build rule for pybind11 2.2.4.
3
4
+load("@rules_cc//cc:defs.bzl", "cc_library")
5
+
6
cc_library(
7
name = "pybind11",
8
hdrs = glob(
0 commit comments