[Lldb-commits] [lldb] r228224 - Unbreak the cmake build by adding some new files

Reid Kleckner reid at kleckner.net
Wed Feb 4 14:46:17 PST 2015


Author: rnk
Date: Wed Feb  4 16:46:17 2015
New Revision: 228224

URL: http://llvm.org/viewvc/llvm-project?rev=228224&view=rev
Log:
Unbreak the cmake build by adding some new files

Modified:
    lldb/trunk/source/Core/CMakeLists.txt
    lldb/trunk/source/Interpreter/CMakeLists.txt

Modified: lldb/trunk/source/Core/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Core/CMakeLists.txt?rev=228224&r1=228223&r2=228224&view=diff
==============================================================================
--- lldb/trunk/source/Core/CMakeLists.txt (original)
+++ lldb/trunk/source/Core/CMakeLists.txt Wed Feb  4 16:46:17 2015
@@ -27,6 +27,7 @@ add_lldb_library(lldbCore
   FastDemangle.cpp
   FileLineResolver.cpp
   FileSpecList.cpp
+  FormatEntity.cpp
   History.cpp
   IOHandler.cpp
   Language.cpp

Modified: lldb/trunk/source/Interpreter/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Interpreter/CMakeLists.txt?rev=228224&r1=228223&r2=228224&view=diff
==============================================================================
--- lldb/trunk/source/Interpreter/CMakeLists.txt (original)
+++ lldb/trunk/source/Interpreter/CMakeLists.txt Wed Feb  4 16:46:17 2015
@@ -30,6 +30,7 @@ add_lldb_library(lldbInterpreter
   OptionValueFileSpec.cpp
   OptionValueFileSpecLIst.cpp
   OptionValueFormat.cpp
+  OptionValueFormatEntity.cpp
   OptionValuePathMappings.cpp
   OptionValueProperties.cpp
   OptionValueRegex.cpp





More information about the lldb-commits mailing list