Oscar Fuentes | c03d2ca | 2008-10-26 00:56:18 +0000 | [diff] [blame^] | 1 | set(LLVM_NO_RTTI 1) |
2 | |||||
3 | add_clang_library(clangBasic | ||||
4 | Diagnostic.cpp | ||||
5 | FileManager.cpp | ||||
6 | IdentifierTable.cpp | ||||
7 | LangOptions.cpp | ||||
8 | SourceLocation.cpp | ||||
9 | SourceManager.cpp | ||||
10 | TargetInfo.cpp | ||||
11 | Targets.cpp | ||||
12 | TokenKinds.cpp | ||||
13 | ) |