Skip to content

Commit 8a3716b

Browse files
committedSep 30, 2014
Fix cmake build for new thread plan files.
llvm-svn: 218679
1 parent c7c5241 commit 8a3716b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎lldb/source/API/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ add_lldb_library(lldbAPI
4444
SBTarget.cpp
4545
SBThread.cpp
4646
SBThreadCollection.cpp
47+
SBThreadPlan.cpp
4748
SBType.cpp
4849
SBTypeCategory.cpp
4950
SBTypeEnumMember.cpp

‎lldb/source/Target/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ add_lldb_library(lldbTarget
4141
ThreadPlanBase.cpp
4242
ThreadPlanCallFunction.cpp
4343
ThreadPlanCallUserExpression.cpp
44+
ThreadPlanPython.cpp
4445
ThreadPlanRunToAddress.cpp
4546
ThreadPlanShouldStopHere.cpp
4647
ThreadPlanStepInRange.cpp

0 commit comments

Comments
 (0)