Sign in
rust
/
rust-lang
/
llvm-project
/
35c537490f7804c0a68fcabcd20ecf96357b74ff
/
.
/
lldb
/
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
)