aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/BUILD1
-rw-r--r--examples/windows/dll/BUILD6
2 files changed, 7 insertions, 0 deletions
diff --git a/examples/BUILD b/examples/BUILD
index b2ec2848e8..bf4452b175 100644
--- a/examples/BUILD
+++ b/examples/BUILD
@@ -14,5 +14,6 @@ filegroup(
"//examples/py_native:srcs",
"//examples/shell:srcs",
"//examples/swift:srcs",
+ "//examples/windows/dll:srcs",
],
)
diff --git a/examples/windows/dll/BUILD b/examples/windows/dll/BUILD
index 2b7e956fc5..17ed3c1d23 100644
--- a/examples/windows/dll/BUILD
+++ b/examples/windows/dll/BUILD
@@ -1,3 +1,9 @@
+filegroup(
+ name = "srcs",
+ srcs = glob(["**"]),
+ visibility = ["//examples:__pkg__"],
+)
+
cc_binary(
name = "hellolib.dll",
srcs = [