diff options
Diffstat (limited to 'source/Plugins/SymbolFile/Breakpad/CMakeLists.txt')
-rw-r--r-- | source/Plugins/SymbolFile/Breakpad/CMakeLists.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/source/Plugins/SymbolFile/Breakpad/CMakeLists.txt b/source/Plugins/SymbolFile/Breakpad/CMakeLists.txt deleted file mode 100644 index e93d0618a0e48..0000000000000 --- a/source/Plugins/SymbolFile/Breakpad/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -add_lldb_library(lldbPluginSymbolFileBreakpad PLUGIN - SymbolFileBreakpad.cpp - - LINK_LIBS - lldbCore - lldbHost - lldbSymbol - lldbUtility - lldbPluginObjectFileBreakpad - LINK_COMPONENTS - Support - ) |