From b166e4acfd17acb2384b46fadb8678f7cce3f672 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Mon, 28 Feb 2011 14:32:11 +0000 Subject: [PATCH] Unbreak CMake build git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126653 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/AST/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1