[Lldb-commits] [lldb] r185878 - Added missing SBModuleSpec.cpp file to the CMakeLists.txt

Greg Clayton gclayton at apple.com
Mon Jul 8 15:37:12 PDT 2013


Author: gclayton
Date: Mon Jul  8 17:37:11 2013
New Revision: 185878

URL: http://llvm.org/viewvc/llvm-project?rev=185878&view=rev
Log:
Added missing SBModuleSpec.cpp file to the CMakeLists.txt


Modified:
    lldb/trunk/source/API/CMakeLists.txt

Modified: lldb/trunk/source/API/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/API/CMakeLists.txt?rev=185878&r1=185877&r2=185878&view=diff
==============================================================================
--- lldb/trunk/source/API/CMakeLists.txt (original)
+++ lldb/trunk/source/API/CMakeLists.txt Mon Jul  8 17:37:11 2013
@@ -27,6 +27,7 @@ add_lldb_library(lldbAPI
   SBLineEntry.cpp
   SBListener.cpp
   SBModule.cpp
+  SBModuleSpec.cpp
   SBProcess.cpp
   SBSection.cpp
   SBSourceManager.cpp





More information about the lldb-commits mailing list