[Lldb-commits] [lldb] r184143 - Add new files to CMakeLists.txt to fix cmake build error.

Michael Sartain mikesart at valvesoftware.com
Mon Jun 17 16:07:23 PDT 2013


Author: mikesart
Date: Mon Jun 17 18:07:22 2013
New Revision: 184143

URL: http://llvm.org/viewvc/llvm-project?rev=184143&view=rev
Log:
Add new files to CMakeLists.txt to fix cmake build error.

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

Modified: lldb/trunk/source/Interpreter/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Interpreter/CMakeLists.txt?rev=184143&r1=184142&r2=184143&view=diff
==============================================================================
--- lldb/trunk/source/Interpreter/CMakeLists.txt (original)
+++ lldb/trunk/source/Interpreter/CMakeLists.txt Mon Jun 17 18:07:22 2013
@@ -2,6 +2,7 @@ set(LLVM_NO_RTTI 1)
 
 add_lldb_library(lldbInterpreter
   Args.cpp
+  CommandHistory.cpp
   CommandInterpreter.cpp
   CommandObject.cpp
   CommandObjectRegexCommand.cpp

Modified: lldb/trunk/source/Utility/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Utility/CMakeLists.txt?rev=184143&r1=184142&r2=184143&view=diff
==============================================================================
--- lldb/trunk/source/Utility/CMakeLists.txt (original)
+++ lldb/trunk/source/Utility/CMakeLists.txt Mon Jun 17 18:07:22 2013
@@ -4,6 +4,7 @@ add_lldb_library(lldbUtility
   ARM_DWARF_Registers.cpp
   KQueue.cpp
   PseudoTerminal.cpp
+  Range.cpp
   RefCounter.cpp
   SharingPtr.cpp
   StringExtractor.cpp





More information about the lldb-commits mailing list