summaryrefslogtreecommitdiff
path: root/source/Plugins/Platform/Android/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'source/Plugins/Platform/Android/CMakeLists.txt')
-rw-r--r--source/Plugins/Platform/Android/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/Plugins/Platform/Android/CMakeLists.txt b/source/Plugins/Platform/Android/CMakeLists.txt
new file mode 100644
index 0000000000000..e831a33a4b6d4
--- /dev/null
+++ b/source/Plugins/Platform/Android/CMakeLists.txt
@@ -0,0 +1,5 @@
+add_lldb_library(lldbPluginPlatformAndroid
+ AdbClient.cpp
+ PlatformAndroid.cpp
+ PlatformAndroidRemoteGDBServer.cpp
+ )