• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1add_lldb_library(lldbPluginArchitectureMips PLUGIN
2  ArchitectureMips.cpp
3
4  LINK_LIBS
5    lldbCore
6    lldbTarget
7    lldbUtility
8  LINK_COMPONENTS
9    Support
10  )
11