Sebastian Redl | 135bcc7 | 2010-08-17 20:43:28 +0000 | [diff] [blame] | 1 | add_clang_library(clangSerialization |
Douglas Gregor | d44252e | 2011-08-25 20:47:51 +0000 | [diff] [blame] | 2 | ASTCommon.h |
| 3 | ASTReaderInternals.h |
Argyrios Kyrtzidis | 4bd9710 | 2010-08-20 16:03:52 +0000 | [diff] [blame] | 4 | ASTCommon.cpp |
Sebastian Redl | 3b3c874 | 2010-08-18 23:57:11 +0000 | [diff] [blame] | 5 | ASTReader.cpp |
| 6 | ASTReaderDecl.cpp |
| 7 | ASTReaderStmt.cpp |
Sebastian Redl | d6522cf | 2010-08-18 23:56:31 +0000 | [diff] [blame] | 8 | ASTWriter.cpp |
| 9 | ASTWriterDecl.cpp |
| 10 | ASTWriterStmt.cpp |
Argyrios Kyrtzidis | 4dfe569 | 2011-03-09 21:12:34 +0000 | [diff] [blame] | 11 | GeneratePCH.cpp |
Douglas Gregor | d44252e | 2011-08-25 20:47:51 +0000 | [diff] [blame] | 12 | Module.cpp |
| 13 | ModuleManager.cpp |
Sebastian Redl | 135bcc7 | 2010-08-17 20:43:28 +0000 | [diff] [blame] | 14 | ) |
| 15 | |
| 16 | add_dependencies(clangSerialization |
| 17 | ClangAttrClasses |
| 18 | ClangAttrList |
Alexis Hunt | dcfba7b | 2010-08-18 23:23:40 +0000 | [diff] [blame] | 19 | ClangAttrPCHRead |
| 20 | ClangAttrPCHWrite |
Sebastian Redl | 135bcc7 | 2010-08-17 20:43:28 +0000 | [diff] [blame] | 21 | ClangDiagnosticLex |
| 22 | ClangDiagnosticSema |
Chandler Carruth | 22a11b7 | 2011-12-09 00:02:23 +0000 | [diff] [blame] | 23 | ClangDiagnosticSerialization |
Sebastian Redl | 135bcc7 | 2010-08-17 20:43:28 +0000 | [diff] [blame] | 24 | ClangDeclNodes |
Chandler Carruth | 28969b4 | 2012-06-21 01:30:21 +0000 | [diff] [blame^] | 25 | ClangStmtNodes |
| 26 | ) |
| 27 | |
| 28 | target_link_libraries(clangSerialization |
| 29 | clangSema |
| 30 | ) |