Sign in
llvm
/
llvm-project
/
lldb
/
152e95fb49b1feea2f03ac75842c6c19598fe330
/
.
/
source
/
Plugins
/
OperatingSystem
/
Python
/
CMakeLists.txt
blob: e8b0f31d373634615b5747a38d5df1d6dbd23fc5 [
file
] [
log
] [
blame
]
add_lldb_library(lldbPluginOSPython PLUGIN
OperatingSystemPython.cpp
LINK_LIBS
lldbCore
lldbInterpreter
lldbSymbol
lldbTarget
lldbPluginProcessUtility
)