diff options
| author | Todd Fiala <todd.fiala@gmail.com> | 2014-06-24 21:38:31 +0000 |
|---|---|---|
| committer | Todd Fiala <todd.fiala@gmail.com> | 2014-06-24 21:38:31 +0000 |
| commit | 5d1b9c73860c2c008772de1ded6d86792c4258fa (patch) | |
| tree | 960d698560d8edde06e1b5cb9a852145d14e2228 /lldb/source/API | |
| parent | 994751940c3966f218b0198ae7e5c61c04498aa0 (diff) | |
| download | bcm5719-llvm-5d1b9c73860c2c008772de1ded6d86792c4258fa.tar.gz bcm5719-llvm-5d1b9c73860c2c008772de1ded6d86792c4258fa.zip | |
Fix up Windows build for the SBUnixSignals addition.
Change by Zachary Turner.
llvm-svn: 211635
Diffstat (limited to 'lldb/source/API')
| -rw-r--r-- | lldb/source/API/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/source/API/CMakeLists.txt b/lldb/source/API/CMakeLists.txt index b903b4e7aae..d58096d52ea 100644 --- a/lldb/source/API/CMakeLists.txt +++ b/lldb/source/API/CMakeLists.txt @@ -1,5 +1,8 @@ set(LLVM_NO_RTTI 1) +# On Windows, the file list for liblldb is maintained in source\CMakeLists.txt. +# When adding a file to this list, do not forget to add it to the other list as +# well (where appropriate). add_lldb_library(lldbAPI SBAddress.cpp SBBlock.cpp |

