summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuba Brecka <kuba.brecka@gmail.com>2014-09-06 01:22:55 +0000
committerKuba Brecka <kuba.brecka@gmail.com>2014-09-06 01:22:55 +0000
commitaaa0b81a4e9273da01cb8350996f18c04fdd9871 (patch)
treed48649adff599417354e03a09fac441f3ce8ec43
parenta5ea1e2b6c60905ed39401876b8bd28a115e39ea (diff)
downloadbcm5719-llvm-aaa0b81a4e9273da01cb8350996f18c04fdd9871.tar.gz
bcm5719-llvm-aaa0b81a4e9273da01cb8350996f18c04fdd9871.zip
Fix CMake configuration (forgot to add a file in the last commit).
llvm-svn: 217297
-rw-r--r--lldb/source/API/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/API/CMakeLists.txt b/lldb/source/API/CMakeLists.txt
index d58096d52ea..7e9dd2d8516 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
OpenPOWER on IntegriCloud