forked from OSchip/llvm-project
parent
fe608c938c
commit
b2fa002c83
|
@ -67,13 +67,11 @@ add_lldb_library(lldbCore
|
||||||
lldbSymbol
|
lldbSymbol
|
||||||
lldbTarget
|
lldbTarget
|
||||||
lldbUtility
|
lldbUtility
|
||||||
lldbPluginProcessUtility
|
|
||||||
lldbPluginCPlusPlusLanguage
|
lldbPluginCPlusPlusLanguage
|
||||||
lldbPluginObjCLanguage
|
lldbPluginObjCLanguage
|
||||||
${LLDB_CURSES_LIBS}
|
${LLDB_CURSES_LIBS}
|
||||||
|
|
||||||
LINK_COMPONENTS
|
LINK_COMPONENTS
|
||||||
BinaryFormat
|
|
||||||
Support
|
Support
|
||||||
Demangle
|
Demangle
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue