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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits