summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/CMakeLists.txt
blob: e8b0f31d373634615b5747a38d5df1d6dbd23fc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
add_lldb_library(lldbPluginOSPython PLUGIN
  OperatingSystemPython.cpp

  LINK_LIBS
    lldbCore
    lldbInterpreter
    lldbSymbol
    lldbTarget
    lldbPluginProcessUtility
  )