Sign in
llvm
/
llvm-project
/
e9fad0e91c49ca0f2669989dbad95664cbc9cbf3
/
.
/
lldb
/
source
/
Plugins
/
OperatingSystem
/
Python
/
CMakeLists.txt
blob: b5be50d02bdb7424c8c31921b0777da30add46bb [
file
]
add_lldb_library(lldbPluginOperatingSystemPython PLUGIN
OperatingSystemPython.cpp
LINK_LIBS
lldbCore
lldbInterpreter
lldbSymbol
lldbTarget
lldbValueObject
lldbPluginProcessUtility
)