aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins/Platform/Android/CMakeLists.txt
blob: 5abb51a0b94acc79bff7b8e0c902d61f45b7f71c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
add_lldb_library(lldbPluginPlatformAndroid PLUGIN
  AdbClient.cpp
  PlatformAndroid.cpp
  PlatformAndroidRemoteGDBServer.cpp

  LINK_LIBS
    lldbCore
    lldbHost
    lldbPluginPlatformLinux
    lldbPluginPlatformGDB
  LINK_COMPONENTS
    Support
  )