diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-09-03 04:17:57 +0000 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-09-03 04:17:57 +0000 |
commit | 49948af9cd20eea2b9a504dbb25b2779e507c57f (patch) | |
tree | 04086e60e6bc04cdcb5181a18c16ead4a226b3ff /lldb/source/DataFormatters | |
parent | 66089382d9dfa76d5ab60e78d23dc42b3c7c36c4 (diff) | |
download | bcm5719-llvm-49948af9cd20eea2b9a504dbb25b2779e507c57f.tar.gz bcm5719-llvm-49948af9cd20eea2b9a504dbb25b2779e507c57f.zip |
Fix cmake build.
llvm-svn: 246746
Diffstat (limited to 'lldb/source/DataFormatters')
-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 385d4d4fb64..b89f6e7f91c 100644 --- a/lldb/source/DataFormatters/CMakeLists.txt +++ b/lldb/source/DataFormatters/CMakeLists.txt @@ -5,6 +5,7 @@ add_lldb_library(lldbDataFormatters Cocoa.cpp CoreMedia.cpp CXXFormatterFunctions.cpp + CxxStringTypes.cpp DataVisualization.cpp FormatCache.cpp FormatClasses.cpp |