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