summaryrefslogtreecommitdiff
path: root/source/Plugins/SymbolFile/Breakpad/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'source/Plugins/SymbolFile/Breakpad/CMakeLists.txt')
-rw-r--r--source/Plugins/SymbolFile/Breakpad/CMakeLists.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/source/Plugins/SymbolFile/Breakpad/CMakeLists.txt b/source/Plugins/SymbolFile/Breakpad/CMakeLists.txt
new file mode 100644
index 000000000000..e93d0618a0e4
--- /dev/null
+++ b/source/Plugins/SymbolFile/Breakpad/CMakeLists.txt
@@ -0,0 +1,12 @@
+add_lldb_library(lldbPluginSymbolFileBreakpad PLUGIN
+ SymbolFileBreakpad.cpp
+
+ LINK_LIBS
+ lldbCore
+ lldbHost
+ lldbSymbol
+ lldbUtility
+ lldbPluginObjectFileBreakpad
+ LINK_COMPONENTS
+ Support
+ )