From: Benjamin Kramer Date: Sun, 11 Oct 2009 22:22:38 +0000 (+0000) Subject: Add CGVtable.cpp to CMakeLists. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=091c1c275703b3faf1434181cb322ff2f2b62f8e;p=clang Add CGVtable.cpp to CMakeLists. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83800 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 5f086bdefb..2f46313c9c 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -21,6 +21,7 @@ add_clang_library(clangCodeGen CGRecordLayoutBuilder.cpp CGRtti.cpp CGStmt.cpp + CGVtable.cpp CodeGenFunction.cpp CodeGenModule.cpp CodeGenTypes.cpp