[Lldb-commits] [lldb] r196566 - Tell CMake about recently added SectionLoadHistory.cpp
Arnaud A. de Grandmaison
arnaud.adegm at gmail.com
Fri Dec 6 00:49:14 PST 2013
Author: aadg
Date: Fri Dec 6 02:49:14 2013
New Revision: 196566
URL: http://llvm.org/viewvc/llvm-project?rev=196566&view=rev
Log:
Tell CMake about recently added SectionLoadHistory.cpp
Modified:
lldb/trunk/source/Target/CMakeLists.txt
Modified: lldb/trunk/source/Target/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Target/CMakeLists.txt?rev=196566&r1=196565&r2=196566&view=diff
==============================================================================
--- lldb/trunk/source/Target/CMakeLists.txt (original)
+++ lldb/trunk/source/Target/CMakeLists.txt Fri Dec 6 02:49:14 2013
@@ -14,6 +14,7 @@ add_lldb_library(lldbTarget
Platform.cpp
Process.cpp
RegisterContext.cpp
+ SectionLoadHistory.cpp
SectionLoadList.cpp
StackFrame.cpp
StackFrameList.cpp
More information about the lldb-commits
mailing list