Skip to content

Commit c3ac56a

Browse files
qukhanxnnpack-bot
authored andcommitted
Add subgraph matcher target to BUILD.gn.
PiperOrigin-RevId: 916133551
1 parent 7bf9c69 commit c3ac56a

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

BUILD.gn

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,20 @@ xnnpack_source_set("operators") {
360360
}
361361
}
362362

363+
xnnpack_source_set("subgraph_matchers") {
364+
sources = [
365+
"test/subgraph/rewrites/subgraph_matcher.cc",
366+
"test/subgraph/rewrites/subgraph_matcher.h",
367+
]
368+
369+
public_deps = [
370+
":xnnpack_headers",
371+
"//third_party/googletest:gtest",
372+
]
373+
374+
testonly = true
375+
}
376+
363377
xnnpack_source_set("subgraph") {
364378
deps = [
365379
":microkernel_headers",

0 commit comments

Comments
 (0)