2017-04-16 12:04:10 -04:00
|
|
|
add_lldb_library(lldbPluginOSPython PLUGIN
|
2016-01-06 15:12:03 -05:00
|
|
|
OperatingSystemPython.cpp
|
2017-04-16 12:04:10 -04:00
|
|
|
|
|
|
|
|
LINK_LIBS
|
|
|
|
|
lldbCore
|
|
|
|
|
lldbInterpreter
|
|
|
|
|
lldbSymbol
|
|
|
|
|
lldbTarget
|
|
|
|
|
lldbPluginProcessUtility
|
2016-01-06 15:12:03 -05:00
|
|
|
)
|