[Lldb-commits] [lldb] r191703 - Fix CMake build by including ValueObjectPrinter.cpp in list of sources
Daniel Malea
daniel.malea at intel.com
Mon Sep 30 14:30:44 PDT 2013
Author: dmalea
Date: Mon Sep 30 16:30:44 2013
New Revision: 191703
URL: http://llvm.org/viewvc/llvm-project?rev=191703&view=rev
Log:
Fix CMake build by including ValueObjectPrinter.cpp in list of sources
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=191703&r1=191702&r2=191703&view=diff
==============================================================================
--- lldb/trunk/source/DataFormatters/CMakeLists.txt (original)
+++ lldb/trunk/source/DataFormatters/CMakeLists.txt Mon Sep 30 16:30:44 2013
@@ -21,4 +21,5 @@ add_lldb_library(lldbDataFormatters
TypeFormat.cpp
TypeSummary.cpp
TypeSynthetic.cpp
+ ValueObjectPrinter.cpp
)
More information about the lldb-commits
mailing list