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