aboutsummaryrefslogtreecommitdiff
path: root/src/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'src/BUILD.bazel')
-rw-r--r--src/BUILD.bazel3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/BUILD.bazel b/src/BUILD.bazel
index d4d1fc8add..b989bd1963 100644
--- a/src/BUILD.bazel
+++ b/src/BUILD.bazel
@@ -96,7 +96,8 @@ filegroup(
"graph/nodes/SplitLayerNode.cpp",
"graph/nodes/StackLayerNode.cpp",
"graph/nodes/StridedSliceLayerNode.cpp",
- "graph/printers/DotGraphPrinter.cpp"] +
+ "graph/printers/DotGraphPrinter.cpp",
+ "//utils:CommonGraphOptions.cpp"] +
glob(["**/*.h",
"**/*.hpp",
"**/*.inl"]),