summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Windows
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2017-01-31 22:29:11 +0000
committerChris Bieneman <beanz@apple.com>2017-01-31 22:29:11 +0000
commit81b8f12b420e3fa88675bc2492837416fdbdb498 (patch)
tree765d728095c5438e3c89ee36d0ad43f2053af6ce /lldb/source/Plugins/Process/Windows
parent66a2d639abf2ddf670877387991db6e75386c05f (diff)
downloadbcm5719-llvm-81b8f12b420e3fa88675bc2492837416fdbdb498.tar.gz
bcm5719-llvm-81b8f12b420e3fa88675bc2492837416fdbdb498.zip
[CMake] [3/4] Update a batch of plugins
This is extending the updates from r293696 to more LLDB plugins. llvm-svn: 293700
Diffstat (limited to 'lldb/source/Plugins/Process/Windows')
-rw-r--r--lldb/source/Plugins/Process/Windows/Common/CMakeLists.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Windows/Common/CMakeLists.txt b/lldb/source/Plugins/Process/Windows/Common/CMakeLists.txt
index 9386ed8a0e4..040a6a0196f 100644
--- a/lldb/source/Plugins/Process/Windows/Common/CMakeLists.txt
+++ b/lldb/source/Plugins/Process/Windows/Common/CMakeLists.txt
@@ -20,6 +20,14 @@ elseif (CMAKE_SIZEOF_VOID_P EQUAL 8)
)
endif()
-add_lldb_library(lldbPluginProcessWindowsCommon
+add_lldb_library(lldbPluginProcessWindowsCommon PLUGIN
${PROC_WINDOWS_COMMON_SOURCES}
+
+ LINK_LIBS
+ lldbCore
+ lldbHost
+ lldbInterpreter
+ lldbTarget
+ LINK_COMPONENTS
+ Support
)
OpenPOWER on IntegriCloud