From c5515ef1bb88c03367e750a495c5804c3aa441c8 Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Fri, 20 Feb 2015 19:54:06 +0000 Subject: [PATCH] Add the new file to the CMakeLists. This should appease the Windows bot llvm-svn: 230049 --- lldb/source/Interpreter/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/source/Interpreter/CMakeLists.txt b/lldb/source/Interpreter/CMakeLists.txt index 0c7fe3d..413067f 100644 --- a/lldb/source/Interpreter/CMakeLists.txt +++ b/lldb/source/Interpreter/CMakeLists.txt @@ -31,6 +31,7 @@ add_lldb_library(lldbInterpreter OptionValueFileSpecLIst.cpp OptionValueFormat.cpp OptionValueFormatEntity.cpp + OptionValueLanguage.cpp OptionValuePathMappings.cpp OptionValueProperties.cpp OptionValueRegex.cpp -- 2.7.4