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