From b29cf48e567bdd6c6ec54f096de7ff263c470142 Mon Sep 17 00:00:00 2001 From: Daniel Malea Date: Thu, 21 Feb 2013 21:16:52 +0000 Subject: [PATCH] Update CMake lists of sources to include files added in r175787 and r175323 llvm-svn: 175797 --- lldb/source/DataFormatters/CMakeLists.txt | 5 +++++ lldb/source/Utility/CMakeLists.txt | 3 +++ 2 files changed, 8 insertions(+) diff --git a/lldb/source/DataFormatters/CMakeLists.txt b/lldb/source/DataFormatters/CMakeLists.txt index ce39622..f7a1a37 100644 --- a/lldb/source/DataFormatters/CMakeLists.txt +++ b/lldb/source/DataFormatters/CMakeLists.txt @@ -6,6 +6,11 @@ add_lldb_library(lldbDataFormatters FormatCache.cpp FormatClasses.cpp FormatManager.cpp + LibCxx.cpp + LibStdcpp.cpp + NSArray.cpp + NSDictionary.cpp + NSSet.cpp TypeCategory.cpp TypeCategoryMap.cpp TypeFormat.cpp diff --git a/lldb/source/Utility/CMakeLists.txt b/lldb/source/Utility/CMakeLists.txt index 326afae..520ec96 100644 --- a/lldb/source/Utility/CMakeLists.txt +++ b/lldb/source/Utility/CMakeLists.txt @@ -2,9 +2,12 @@ set(LLVM_NO_RTTI 1) add_lldb_library(lldbUtility ARM_DWARF_Registers.cpp + KQueue.cpp PseudoTerminal.cpp RefCounter.cpp SharingPtr.cpp StringExtractor.cpp StringExtractorGDBRemote.cpp + TimeSpecTimeout.cpp ) + -- 2.7.4