From f6e75c3435de09bfd5a043c88e3a899da2bcc84f Mon Sep 17 00:00:00 2001
From: Ted Kremenek <kremenek@apple.com>
Date: Mon, 3 Aug 2009 23:44:01 +0000
Subject: [PATCH] Update CMake files.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78020 91177308-0d34-0410-b5e6-96231b3b80d8
---
 lib/CodeGen/CMakeLists.txt                    | 1 +
 lib/Target/Blackfin/AsmPrinter/CMakeLists.txt | 1 +
 lib/Target/Blackfin/TargetInfo/CMakeLists.txt | 1 +
 3 files changed, 3 insertions(+)

diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt
index 4427b5d263d..53eac7dbc5f 100644
--- a/lib/CodeGen/CMakeLists.txt
+++ b/lib/CodeGen/CMakeLists.txt
@@ -2,6 +2,7 @@ add_llvm_library(LLVMCodeGen
   BranchFolding.cpp
   CodePlacementOpt.cpp
   DeadMachineInstructionElim.cpp
+  Dump.cpp
   DwarfEHPrepare.cpp
   ELFCodeEmitter.cpp
   ELFWriter.cpp
diff --git a/lib/Target/Blackfin/AsmPrinter/CMakeLists.txt b/lib/Target/Blackfin/AsmPrinter/CMakeLists.txt
index cd20f0754ba..118b086f3f5 100644
--- a/lib/Target/Blackfin/AsmPrinter/CMakeLists.txt
+++ b/lib/Target/Blackfin/AsmPrinter/CMakeLists.txt
@@ -1,3 +1,4 @@
 include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
 add_llvm_library(LLVMBlackfinAsmPrinter BlackfinAsmPrinter.cpp)
+  BlackfinAsmPrinter.cpp
 add_dependencies(LLVMBlackfinAsmPrinter BlackfinCodeGenTable_gen)
diff --git a/lib/Target/Blackfin/TargetInfo/CMakeLists.txt b/lib/Target/Blackfin/TargetInfo/CMakeLists.txt
index 4584eeba55f..64e3aa1a408 100644
--- a/lib/Target/Blackfin/TargetInfo/CMakeLists.txt
+++ b/lib/Target/Blackfin/TargetInfo/CMakeLists.txt
@@ -1,3 +1,4 @@
 include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
 add_llvm_library(LLVMBlackfinInfo BlackfinTargetInfo.cpp)
+  BlackfinTargetInfo.cpp
 add_dependencies(LLVMBlackfinInfo BlackfinCodeGenTable_gen)