From: Cedric Venet Date: Sat, 28 Mar 2009 12:41:49 +0000 (+0000) Subject: CMake: remove TranslationUnit.cpp from build (file has been removed). X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec6986a8a8ede664fa3762f77bd40a383a954a76;p=clang CMake: remove TranslationUnit.cpp from build (file has been removed). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67944 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/AST/CMakeLists.txt b/lib/AST/CMakeLists.txt index 5ea7a47fd6..1d1d1d8a54 100644 --- a/lib/AST/CMakeLists.txt +++ b/lib/AST/CMakeLists.txt @@ -26,7 +26,6 @@ add_clang_library(clangAST StmtPrinter.cpp StmtSerialization.cpp StmtViz.cpp - TranslationUnit.cpp Type.cpp TypeSerialization.cpp )