[Lldb-commits] [lldb] r218687 - Add SBThreadPlan to this CMakeLists.txt as well.

Jim Ingham jingham at apple.com
Tue Sep 30 10:11:53 PDT 2014


Author: jingham
Date: Tue Sep 30 12:11:53 2014
New Revision: 218687

URL: http://llvm.org/viewvc/llvm-project?rev=218687&view=rev
Log:
Add SBThreadPlan to this CMakeLists.txt as well.

Modified:
    lldb/trunk/source/CMakeLists.txt

Modified: lldb/trunk/source/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/CMakeLists.txt?rev=218687&r1=218686&r2=218687&view=diff
==============================================================================
--- lldb/trunk/source/CMakeLists.txt (original)
+++ lldb/trunk/source/CMakeLists.txt Tue Sep 30 12:11:53 2014
@@ -258,6 +258,7 @@ add_lldb_library(liblldb
   API/SBSymbolContextList.cpp
   API/SBTarget.cpp
   API/SBThread.cpp
+  API/SBThreadPlan.cpp
   API/SBThreadCollection.cpp
   API/SBType.cpp
   API/SBTypeCategory.cpp





More information about the lldb-commits mailing list