forked from OSchip/llvm-project
[gn build] Port 23444edf30
This commit is contained in:
parent
41bd9ead35
commit
8c70a2597f
|
@ -9,5 +9,6 @@ static_library("ASTMatchers") {
|
|||
sources = [
|
||||
"ASTMatchFinder.cpp",
|
||||
"ASTMatchersInternal.cpp",
|
||||
"GtestMatchers.cpp",
|
||||
]
|
||||
}
|
||||
|
|
|
@ -15,5 +15,6 @@ unittest("ASTMatchersTests") {
|
|||
"ASTMatchersNarrowingTest.cpp",
|
||||
"ASTMatchersNodeTest.cpp",
|
||||
"ASTMatchersTraversalTest.cpp",
|
||||
"GtestMatchersTest.cpp",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue