summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/JITLoader
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2017-01-31 22:21:19 +0000
committerChris Bieneman <beanz@apple.com>2017-01-31 22:21:19 +0000
commit6847a3aba1a92daffcbc29c468cdbf840029126a (patch)
tree3e8c84374c849a9fce71660c26c582bb79f1ab9f /lldb/source/Plugins/JITLoader
parent0012dd5db11223d4796bf6c9aef9f39aa3ce8445 (diff)
downloadbcm5719-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/JITLoader')
-rw-r--r--lldb/source/Plugins/JITLoader/GDB/CMakeLists.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/lldb/source/Plugins/JITLoader/GDB/CMakeLists.txt b/lldb/source/Plugins/JITLoader/GDB/CMakeLists.txt
index bcf714dca59..25e8d1ee231 100644
--- a/lldb/source/Plugins/JITLoader/GDB/CMakeLists.txt
+++ b/lldb/source/Plugins/JITLoader/GDB/CMakeLists.txt
@@ -1,6 +1,16 @@
include_directories(.)
-add_lldb_library(lldbPluginJITLoaderGDB
+add_lldb_library(lldbPluginJITLoaderGDB PLUGIN
JITLoaderGDB.cpp
+
+ LINK_LIBS
+ lldbBreakpoint
+ lldbCore
+ lldbInterpreter
+ lldbSymbol
+ lldbTarget
+ lldbUtility
+ LINK_COMPONENTS
+ Support
)
OpenPOWER on IntegriCloud