[Lldb-commits] [lldb] r262959 - Add CommandAlias.cpp to CMakeLists

Enrico Granata via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 8 13:29:49 PST 2016


Author: enrico
Date: Tue Mar  8 15:29:49 2016
New Revision: 262959

URL: http://llvm.org/viewvc/llvm-project?rev=262959&view=rev
Log:
Add CommandAlias.cpp to CMakeLists

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

Modified: lldb/trunk/source/Interpreter/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Interpreter/CMakeLists.txt?rev=262959&r1=262958&r2=262959&view=diff
==============================================================================
--- lldb/trunk/source/Interpreter/CMakeLists.txt (original)
+++ lldb/trunk/source/Interpreter/CMakeLists.txt Tue Mar  8 15:29:49 2016
@@ -1,5 +1,6 @@
 add_lldb_library(lldbInterpreter
   Args.cpp
+  CommandAlias.cpp
   CommandHistory.cpp
   CommandInterpreter.cpp
   CommandObject.cpp




More information about the lldb-commits mailing list