diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2014-10-01 21:33:28 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2014-10-01 21:33:28 +0000 |
| commit | b8a4ecb5d96ed1a03954995f5fd3772e8aff0bac (patch) | |
| tree | 77939d6e760bf93603de6f0547bdde13dd3367d0 /lldb/source/API | |
| parent | 56b11ca8a547e590ec6c50679b57f25cae1f018f (diff) | |
| download | bcm5719-llvm-b8a4ecb5d96ed1a03954995f5fd3772e8aff0bac.tar.gz bcm5719-llvm-b8a4ecb5d96ed1a03954995f5fd3772e8aff0bac.zip | |
[cmake] Include the new file in the CMake lists. Without this every
CMake build of any part of LLVM with LLDB checked out fails immediately.
=[
We appear to not even have a build bot covering the CMake build of LLDB
which makes this truly terrible. That needs to be fixed immediately.
llvm-svn: 218831
Diffstat (limited to 'lldb/source/API')
| -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 b51a334f8b4..ebe13611ee6 100644 --- a/lldb/source/API/CMakeLists.txt +++ b/lldb/source/API/CMakeLists.txt @@ -18,6 +18,7 @@ add_lldb_library(lldbAPI SBDeclaration.cpp SBError.cpp SBEvent.cpp + SBExecutionContext.cpp SBExpressionOptions.cpp SBFileSpec.cpp SBFileSpecList.cpp |

