From aaa0b81a4e9273da01cb8350996f18c04fdd9871 Mon Sep 17 00:00:00 2001 From: Kuba Brecka Date: Sat, 6 Sep 2014 01:22:55 +0000 Subject: [PATCH] Fix CMake configuration (forgot to add a file in the last commit). llvm-svn: 217297 --- lldb/source/API/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/source/API/CMakeLists.txt b/lldb/source/API/CMakeLists.txt index d58096d52ea3..7e9dd2d85165 100644 --- a/lldb/source/API/CMakeLists.txt +++ b/lldb/source/API/CMakeLists.txt @@ -43,6 +43,7 @@ add_lldb_library(lldbAPI SBSymbolContextList.cpp SBTarget.cpp SBThread.cpp + SBThreadCollection.cpp SBType.cpp SBTypeCategory.cpp SBTypeEnumMember.cpp