[Lldb-commits] [lldb] r230049 - Add the new file to the CMakeLists. This should appease the Windows bot

Enrico Granata egranata at apple.com
Fri Feb 20 11:54:06 PST 2015


Author: enrico
Date: Fri Feb 20 13:54:06 2015
New Revision: 230049

URL: http://llvm.org/viewvc/llvm-project?rev=230049&view=rev
Log:
Add the new file to the CMakeLists. This should appease the Windows bot

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=230049&r1=230048&r2=230049&view=diff
==============================================================================
--- lldb/trunk/source/Interpreter/CMakeLists.txt (original)
+++ lldb/trunk/source/Interpreter/CMakeLists.txt Fri Feb 20 13:54:06 2015
@@ -31,6 +31,7 @@ add_lldb_library(lldbInterpreter
   OptionValueFileSpecLIst.cpp
   OptionValueFormat.cpp
   OptionValueFormatEntity.cpp
+  OptionValueLanguage.cpp
   OptionValuePathMappings.cpp
   OptionValueProperties.cpp
   OptionValueRegex.cpp





More information about the lldb-commits mailing list