forked from OSchip/llvm-project
[gn build] Port c03d6257c5
This commit is contained in:
parent
c03d6257c5
commit
ee5fda1ff8
|
@ -8,7 +8,7 @@ static_library("lib") {
|
|||
]
|
||||
include_dirs = [ "../include" ]
|
||||
sources = [
|
||||
"DirectiveMap.cpp",
|
||||
"DirectiveTree.cpp",
|
||||
"Forest.cpp",
|
||||
"Grammar.cpp",
|
||||
"GrammarBNF.cpp",
|
||||
|
|
|
@ -11,7 +11,7 @@ unittest("ClangPseudoTests") {
|
|||
]
|
||||
include_dirs = [ "../include" ]
|
||||
sources = [
|
||||
"DirectiveMapTest.cpp",
|
||||
"DirectiveTreeTest.cpp",
|
||||
"ForestTest.cpp",
|
||||
"GrammarTest.cpp",
|
||||
"LRTableTest.cpp",
|
||||
|
|
Loading…
Reference in New Issue