[Lldb-commits] [lldb] r218837 - Add SBExecutionContext.cpp to this file as well, as the comment
Jim Ingham
jingham at apple.com
Wed Oct 1 15:26:52 PDT 2014
Author: jingham
Date: Wed Oct 1 17:26:52 2014
New Revision: 218837
URL: http://llvm.org/viewvc/llvm-project?rev=218837&view=rev
Log:
Add SBExecutionContext.cpp to this file as well, as the comment
in source/API/CMakeLists.txt instructs...
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=218837&r1=218836&r2=218837&view=diff
==============================================================================
--- lldb/trunk/source/CMakeLists.txt (original)
+++ lldb/trunk/source/CMakeLists.txt Wed Oct 1 17:26:52 2014
@@ -233,6 +233,7 @@ add_lldb_library(liblldb
API/SBDeclaration.cpp
API/SBError.cpp
API/SBEvent.cpp
+ API/SBExecutionContext.cpp
API/SBExpressionOptions.cpp
API/SBFileSpec.cpp
API/SBFileSpecList.cpp
More information about the lldb-commits
mailing list