11 lines
155 B
Text
11 lines
155 B
Text
|
set(LLVM_LINK_COMPONENTS Support)
|
||
|
|
||
|
add_clang_library(clangPseudoGrammar
|
||
|
Grammar.cpp
|
||
|
GrammarBNF.cpp
|
||
|
LRGraph.cpp
|
||
|
LRTable.cpp
|
||
|
LRTableBuild.cpp
|
||
|
)
|
||
|
|