summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lldb/source/Plugins/Architecture/Mips/CMakeLists.txt
blob: 9734edc6b12bbd7459152f5616084b10fafce28d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
add_lldb_library(lldbPluginArchitectureMips PLUGIN
  ArchitectureMips.cpp

  LINK_LIBS
    lldbCore
    lldbTarget
    lldbUtility
  LINK_COMPONENTS
    Support
  )