xref: /llvm-project/lldb/source/Plugins/OperatingSystem/Python/CMakeLists.txt (revision b852fb1ec5fa15f0b913cc4988cbd09239b19904)
1add_lldb_library(lldbPluginOperatingSystemPython PLUGIN
2  OperatingSystemPython.cpp
3
4  LINK_LIBS
5    lldbCore
6    lldbInterpreter
7    lldbSymbol
8    lldbTarget
9    lldbValueObject
10    lldbPluginProcessUtility
11  )
12