aboutsummaryrefslogtreecommitdiffstats
path: root/testing/telegram-desktop/breakpad.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'testing/telegram-desktop/breakpad.cmake')
-rw-r--r--testing/telegram-desktop/breakpad.cmake7
1 files changed, 0 insertions, 7 deletions
diff --git a/testing/telegram-desktop/breakpad.cmake b/testing/telegram-desktop/breakpad.cmake
deleted file mode 100644
index 007943d1a33..00000000000
--- a/testing/telegram-desktop/breakpad.cmake
+++ /dev/null
@@ -1,7 +0,0 @@
-add_library(external_breakpad INTERFACE IMPORTED GLOBAL)
-add_library(desktop-app::external_breakpad ALIAS external_breakpad)
-
-target_include_directories(external_breakpad SYSTEM
-INTERFACE
- ${third_party_loc}/breakpad/src
-)