commit | aaa0b81a4e9273da01cb8350996f18c04fdd9871 | [log] [tgz] |
---|---|---|
author | Kuba Brecka <kuba.brecka@gmail.com> | Sat Sep 06 01:22:55 2014 +0000 |
committer | Kuba Brecka <kuba.brecka@gmail.com> | Sat Sep 06 01:22:55 2014 +0000 |
tree | d48649adff599417354e03a09fac441f3ce8ec43 | |
parent | a5ea1e2b6c60905ed39401876b8bd28a115e39ea [diff] [blame] |
Fix CMake configuration (forgot to add a file in the last commit). llvm-svn: 217297
diff --git a/lldb/source/API/CMakeLists.txt b/lldb/source/API/CMakeLists.txt index d58096d..7e9dd2d 100644 --- a/lldb/source/API/CMakeLists.txt +++ b/lldb/source/API/CMakeLists.txt
@@ -43,6 +43,7 @@ SBSymbolContextList.cpp SBTarget.cpp SBThread.cpp + SBThreadCollection.cpp SBType.cpp SBTypeCategory.cpp SBTypeEnumMember.cpp