diff options
| author | Chris Bieneman <beanz@apple.com> | 2017-01-31 22:21:19 +0000 |
|---|---|---|
| committer | Chris Bieneman <beanz@apple.com> | 2017-01-31 22:21:19 +0000 |
| commit | 6847a3aba1a92daffcbc29c468cdbf840029126a (patch) | |
| tree | 3e8c84374c849a9fce71660c26c582bb79f1ab9f /lldb/source/Plugins/DynamicLoader/Windows-DYLD | |
| parent | 0012dd5db11223d4796bf6c9aef9f39aa3ce8445 (diff) | |
| download | bcm5719-llvm-6847a3aba1a92daffcbc29c468cdbf840029126a.tar.gz bcm5719-llvm-6847a3aba1a92daffcbc29c468cdbf840029126a.zip | |
[CMake] [1/4] Update a batch of plugins
This is extending the updates from r293696 to more LLDB plugins.
llvm-svn: 293698
Diffstat (limited to 'lldb/source/Plugins/DynamicLoader/Windows-DYLD')
| -rw-r--r-- | lldb/source/Plugins/DynamicLoader/Windows-DYLD/CMakeLists.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lldb/source/Plugins/DynamicLoader/Windows-DYLD/CMakeLists.txt b/lldb/source/Plugins/DynamicLoader/Windows-DYLD/CMakeLists.txt index ee768057bcd..7557ada5146 100644 --- a/lldb/source/Plugins/DynamicLoader/Windows-DYLD/CMakeLists.txt +++ b/lldb/source/Plugins/DynamicLoader/Windows-DYLD/CMakeLists.txt @@ -1,3 +1,9 @@ -add_lldb_library(lldbPluginDynamicLoaderWindowsDYLD +add_lldb_library(lldbPluginDynamicLoaderWindowsDYLD PLUGIN DynamicLoaderWindowsDYLD.cpp + + LINK_LIBS + lldbCore + lldbTarget + LINK_COMPONENTS + Support ) |

