forked from OSchip/llvm-project
17 lines
473 B
CMake
17 lines
473 B
CMake
set(LLVM_LINK_COMPONENTS Support)
|
|
|
|
add_tablegen(clang-tblgen CLANG
|
|
ClangASTNodesEmitter.cpp
|
|
ClangAttrEmitter.cpp
|
|
ClangCommentCommandInfoEmitter.cpp
|
|
ClangCommentHTMLNamedCharacterReferenceEmitter.cpp
|
|
ClangCommentHTMLTagsEmitter.cpp
|
|
ClangDataCollectorsEmitter.cpp
|
|
ClangDiagnosticsEmitter.cpp
|
|
ClangOptionDocEmitter.cpp
|
|
ClangSACheckersEmitter.cpp
|
|
NeonEmitter.cpp
|
|
TableGen.cpp
|
|
)
|
|
set_target_properties(clang-tblgen PROPERTIES FOLDER "Clang tablegenning")
|