This breaks the cycle between Target and PluginLanguageC++, reducing the overall cycle count from 43 to 42. llvm-svn: 298561
11 lines
185 B
CMake
11 lines
185 B
CMake
add_lldb_library(lldbPluginStructuredDataDarwinLog PLUGIN
|
|
StructuredDataDarwinLog.cpp
|
|
|
|
LINK_LIBS
|
|
lldbBreakpoint
|
|
lldbCore
|
|
lldbHost
|
|
lldbInterpreter
|
|
lldbTarget
|
|
)
|