Sign in
llvm
/
llvm-project
/
bb03cdcb441fd68da9d1ebb7d5f39f73667cd39c
/
.
/
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
)