From: Douglas Gregor Date: Mon, 28 Feb 2011 14:32:11 +0000 (+0000) Subject: Unbreak CMake build X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b166e4acfd17acb2384b46fadb8678f7cce3f672;p=clang Unbreak CMake build git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126653 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/AST/CMakeLists.txt b/lib/AST/CMakeLists.txt index 9fe18407a8..63583a02bf 100644 --- a/lib/AST/CMakeLists.txt +++ b/lib/AST/CMakeLists.txt @@ -24,6 +24,7 @@ add_clang_library(clangAST ExprClassification.cpp ExprConstant.cpp ExprCXX.cpp + ExternalASTSource.cpp InheritViz.cpp ItaniumCXXABI.cpp ItaniumMangle.cpp