From b1d90c34ffe36c63234c48ef8ed66cfb0bc881ea Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 25 Oct 2021 23:13:17 +0400 Subject: [PATCH] Update crashpad to a build from a fork. --- external/crash_reports/crashpad/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/external/crash_reports/crashpad/CMakeLists.txt b/external/crash_reports/crashpad/CMakeLists.txt index 93aecba..8c47b6c 100644 --- a/external/crash_reports/crashpad/CMakeLists.txt +++ b/external/crash_reports/crashpad/CMakeLists.txt @@ -10,14 +10,15 @@ add_library(desktop-app::external_crashpad ALIAS external_crashpad) target_include_directories(external_crashpad SYSTEM INTERFACE ${libs_loc}/crashpad - ${libs_loc}/crashpad/third_party/mini_chromium/mini_chromium + ${libs_loc}/crashpad/gen + ${libs_loc}/crashpad/third_party/mini_chromium ) set(crashpad_lib_loc ${libs_loc}/crashpad/out/$,Debug,Release>) target_link_libraries(external_crashpad INTERFACE - ${crashpad_lib_loc}/libbase.a + ${crashpad_lib_loc}/libmini_chromium_base.a ${crashpad_lib_loc}/libcrashpad_client.a ${crashpad_lib_loc}/libcrashpad_util.a bsm