diff options
author | Richard Mitton <richard@codersnotes.com> | 2013-09-12 02:20:39 +0000 |
---|---|---|
committer | Richard Mitton <richard@codersnotes.com> | 2013-09-12 02:20:39 +0000 |
commit | 83f0f88954daeb65d7143ba95acb30604b862f95 (patch) | |
tree | 6bc55e41cac1246258116c86ec0ca0e43eb21702 /lldb/source/DataFormatters/CMakeLists.txt | |
parent | f86248d9ba1909392211968400ea97bd06da04c6 (diff) | |
download | bcm5719-llvm-83f0f88954daeb65d7143ba95acb30604b862f95.tar.gz bcm5719-llvm-83f0f88954daeb65d7143ba95acb30604b862f95.zip |
Updated CMakeLists to match XCode project
llvm-svn: 190573
Diffstat (limited to 'lldb/source/DataFormatters/CMakeLists.txt')
-rw-r--r-- | lldb/source/DataFormatters/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/DataFormatters/CMakeLists.txt b/lldb/source/DataFormatters/CMakeLists.txt index b9f7de900e7..b9857fc6c8b 100644 --- a/lldb/source/DataFormatters/CMakeLists.txt +++ b/lldb/source/DataFormatters/CMakeLists.txt @@ -11,6 +11,7 @@ add_lldb_library(lldbDataFormatters LibCxx.cpp
LibCxxList.cpp
LibCxxMap.cpp
+ LibCxxUnorderedMap.cpp
LibStdcpp.cpp
NSArray.cpp
NSDictionary.cpp
|