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