aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/cpp/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cpp/BUILD')
-rw-r--r--examples/cpp/BUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/cpp/BUILD b/examples/cpp/BUILD
index 7c0543e1f4..3048a0d48e 100644
--- a/examples/cpp/BUILD
+++ b/examples/cpp/BUILD
@@ -26,8 +26,5 @@ cc_test(
filegroup(
name = "srcs",
- srcs = ["BUILD"] + glob([
- "**/*.cc",
- "**/*.h",
- ]),
+ srcs = glob(["**"]),
)