From 81b8f12b420e3fa88675bc2492837416fdbdb498 Mon Sep 17 00:00:00 2001 From: Chris Bieneman Date: Tue, 31 Jan 2017 22:29:11 +0000 Subject: [CMake] [3/4] Update a batch of plugins This is extending the updates from r293696 to more LLDB plugins. llvm-svn: 293700 --- lldb/source/Plugins/OperatingSystem/Python/CMakeLists.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'lldb/source/Plugins/OperatingSystem/Python') diff --git a/lldb/source/Plugins/OperatingSystem/Python/CMakeLists.txt b/lldb/source/Plugins/OperatingSystem/Python/CMakeLists.txt index 7188e6f67ba..e8b0f31d373 100644 --- a/lldb/source/Plugins/OperatingSystem/Python/CMakeLists.txt +++ b/lldb/source/Plugins/OperatingSystem/Python/CMakeLists.txt @@ -1,3 +1,10 @@ -add_lldb_library(lldbPluginOSPython +add_lldb_library(lldbPluginOSPython PLUGIN OperatingSystemPython.cpp + + LINK_LIBS + lldbCore + lldbInterpreter + lldbSymbol + lldbTarget + lldbPluginProcessUtility ) -- cgit v1.2.3