diff options
author | Daniel Malea <daniel.malea@intel.com> | 2013-02-21 21:16:52 +0000 |
---|---|---|
committer | Daniel Malea <daniel.malea@intel.com> | 2013-02-21 21:16:52 +0000 |
commit | b29cf48e567bdd6c6ec54f096de7ff263c470142 (patch) | |
tree | 6b488478ad9b82e01b69ff55553b09c1cf0fde70 /lldb/source/DataFormatters/CMakeLists.txt | |
parent | 2a01f5d426c6bb0ef57c0a018942f6f6b179827a (diff) | |
download | bcm5719-llvm-b29cf48e567bdd6c6ec54f096de7ff263c470142.tar.gz bcm5719-llvm-b29cf48e567bdd6c6ec54f096de7ff263c470142.zip |
Update CMake lists of sources to include files added in r175787 and r175323
llvm-svn: 175797
Diffstat (limited to 'lldb/source/DataFormatters/CMakeLists.txt')
-rw-r--r-- | lldb/source/DataFormatters/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lldb/source/DataFormatters/CMakeLists.txt b/lldb/source/DataFormatters/CMakeLists.txt index ce39622236e..f7a1a37d82b 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
|