• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1add_lldb_library(lldbPluginPlatformLinux PLUGIN
2  PlatformLinux.cpp
3
4   LINK_LIBS
5    lldbBreakpoint
6    lldbCore
7    lldbHost
8    lldbInterpreter
9    lldbTarget
10    lldbPluginPlatformPOSIX
11  )
12