aboutsummaryrefslogtreecommitdiff
path: root/src/BUILD.bazel
diff options
context:
space:
mode:
authorPaolo Tricerri <paolo.tricerri@arm.com>2023-09-24 13:52:43 +0000
committerPaolo <paolo.tricerri@arm.com>2023-09-25 15:28:10 +0000
commit8562a4ec48fc49fbacac9783530443b60955f5a4 (patch)
tree5ef02615490c7df967a6574b9d198da1afab3f8f /src/BUILD.bazel
parentcd1f03e765ad0f3ca3b68b1a7c1d0a1539cab439 (diff)
downloadComputeLibrary-8562a4ec48fc49fbacac9783530443b60955f5a4.tar.gz
Remove CommonGraphOptions from Utils target and warnings
Signed-off-by: Paolo Tricerri <paolo.tricerri@arm.com> Change-Id: If4e2944e25e48c8b7a1a6713e57838d449a987ea Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/10366 Benchmark: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Viet-Hoa Do <viet-hoa.do@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
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"]),