]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - contrib/llvm/tools/clang/utils/TableGen/CMakeLists.txt
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / contrib / llvm / tools / clang / utils / TableGen / CMakeLists.txt
1 set(LLVM_REQUIRES_EH 1)
2 set(LLVM_REQUIRES_RTTI 1)
3
4 add_tablegen(clang-tblgen CLANG
5   ClangASTNodesEmitter.cpp
6   ClangAttrEmitter.cpp
7   ClangDiagnosticsEmitter.cpp
8   ClangSACheckersEmitter.cpp
9   NeonEmitter.cpp
10   OptParserEmitter.cpp
11   TableGen.cpp
12   )