Chris Bieneman 66a2d639ab [CMake] [2/4] Update a batch of plugins
This is extending the updates from r293696 to more LLDB plugins.

llvm-svn: 293699
2017-01-31 22:23:49 +00:00

14 lines
220 B
CMake

add_lldb_library(lldbPluginObjectFileMachO PLUGIN
ObjectFileMachO.cpp
LINK_LIBS
lldbCore
lldbHost
lldbSymbol
lldbTarget
lldbUtility
lldbPluginProcessUtility
LINK_COMPONENTS
Support
)