summaryrefslogtreecommitdiff
path: root/source/Plugins/SystemRuntime/MacOSX/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'source/Plugins/SystemRuntime/MacOSX/CMakeLists.txt')
-rw-r--r--source/Plugins/SystemRuntime/MacOSX/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/Plugins/SystemRuntime/MacOSX/CMakeLists.txt b/source/Plugins/SystemRuntime/MacOSX/CMakeLists.txt
new file mode 100644
index 0000000000000..d1580cce20d6f
--- /dev/null
+++ b/source/Plugins/SystemRuntime/MacOSX/CMakeLists.txt
@@ -0,0 +1,7 @@
+add_lldb_library(lldbPluginSystemRuntimeMacOSX
+ AppleGetItemInfoHandler.cpp
+ AppleGetPendingItemsHandler.cpp
+ AppleGetQueuesHandler.cpp
+ AppleGetThreadItemInfoHandler.cpp
+ SystemRuntimeMacOSX.cpp
+ )