llvm/lldb/source/Plugins/Architecture/PPC64/CMakeLists.txt

add_lldb_library(lldbPluginArchitecturePPC64 PLUGIN
  ArchitecturePPC64.cpp

  LINK_LIBS
    lldbPluginProcessUtility
    lldbCore
    lldbTarget
    lldbUtility
  LINK_COMPONENTS
    Support
  )