From 8f5e331dc2650a6729401ba38aaa04d0e98cd966 Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Thu, 27 Aug 2015 21:45:59 +0000 Subject: [PATCH] Added a missing file to the CMakeLists llvm-svn: 246216 --- lldb/source/Target/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/source/Target/CMakeLists.txt b/lldb/source/Target/CMakeLists.txt index 916a2f299846..2a139d143c11 100644 --- a/lldb/source/Target/CMakeLists.txt +++ b/lldb/source/Target/CMakeLists.txt @@ -11,6 +11,7 @@ add_lldb_library(lldbTarget JITLoaderList.cpp InstrumentationRuntime.cpp InstrumentationRuntimeStopInfo.cpp + Language.cpp LanguageRuntime.cpp Memory.cpp MemoryHistory.cpp