aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/windows/dll
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2016-07-04 13:07:08 +0000
committerGravatar Klaus Aehlig <aehlig@google.com>2016-07-04 14:02:52 +0000
commitca407f0e80a67ad2c1aa3469fad3c031f3c0c979 (patch)
treef4b0df094907e859a120106ae86092cddb8978f9 /examples/windows/dll
parent74dcfee2daa23934178579b2e5987178c51c73e2 (diff)
Adds missing dependencies to //:srcs
-- MOS_MIGRATED_REVID=126571069
Diffstat (limited to 'examples/windows/dll')
-rw-r--r--examples/windows/dll/BUILD6
1 files changed, 6 insertions, 0 deletions
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 = [