diff options
-rw-r--r-- | lldb/source/API/CMakeLists.txt | 1 |
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 |