Author: emaste
Date: Thu Oct 30 09:50:42 2014
New Revision: 220909

URL: http://llvm.org/viewvc/llvm-project?rev=220909&view=rev
Log:
Fix CMake build, adding StringPrinter.cpp from r220894

Modified:
    lldb/trunk/source/DataFormatters/CMakeLists.txt

Modified: lldb/trunk/source/DataFormatters/CMakeLists.txt
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/source/DataFormatters/CMakeLists.txt?rev=220909&r1=220908&r2=220909&view=diff
==============================================================================
--- lldb/trunk/source/DataFormatters/CMakeLists.txt (original)
+++ lldb/trunk/source/DataFormatters/CMakeLists.txt Thu Oct 30 09:50:42 2014
@@ -19,6 +19,7 @@ add_lldb_library(lldbDataFormatters
   NSDictionary.cpp
   NSIndexPath.cpp
   NSSet.cpp
+  StringPrinter.cpp
   TypeCategory.cpp
   TypeCategoryMap.cpp
   TypeFormat.cpp


_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to