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