Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- From 9fa25c6790e855eb2e6705dff181e1a62d96d3ba Mon Sep 17 00:00:00 2001
- From: Michal Lazo <[email protected]>
- Date: Wed, 22 Jul 2020 11:02:02 +0200
- Subject: [PATCH] remove libdisasm dependency
- ---
- CMakeLists.txt | 2 --
- 1 file changed, 2 deletions(-)
- diff --git a/CMakeLists.txt b/CMakeLists.txt
- index 11300294..faf36870 100644
- --- a/CMakeLists.txt
- +++ b/CMakeLists.txt
- @@ -24,10 +24,8 @@ file(GLOB_RECURSE LIBBREAKPAD_SOURCES src/processor/*.cc)
- list(FILTER LIBBREAKPAD_SOURCES EXCLUDE REGEX
- "_unittest|synth_minidump|/tests|/testdata|/linux|/mac|/android|/solaris|microdump_stackwalk|minidump_dump|minidump_stackwalk")
- -find_library(LIBDISASM_LIB NAMES libdisasmd libdisasm)
- add_library(libbreakpad ${LIBBREAKPAD_SOURCES})
- -target_link_libraries(libbreakpad PRIVATE ${LIBDISASM_LIB})
- target_include_directories(libbreakpad
- PUBLIC
- --
- 2.26.1.windows.1
Advertisement
Add Comment
Please, Sign In to add comment