mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-26 03:15:19 +00:00
Update gn files
llvm-svn: 365361
This commit is contained in:
parent
0d566dbbae
commit
29949a65b6
@ -8,6 +8,9 @@ static_library("Syntax") {
|
|||||||
"//llvm/lib/Support",
|
"//llvm/lib/Support",
|
||||||
]
|
]
|
||||||
sources = [
|
sources = [
|
||||||
|
"BuildTree.cpp",
|
||||||
|
"Nodes.cpp",
|
||||||
"Tokens.cpp",
|
"Tokens.cpp",
|
||||||
|
"Tree.cpp",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -16,5 +16,6 @@ unittest("SyntaxTests") {
|
|||||||
]
|
]
|
||||||
sources = [
|
sources = [
|
||||||
"TokensTest.cpp",
|
"TokensTest.cpp",
|
||||||
|
"TreeTest.cpp",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user