diff --git a/CMakeLists.txt b/CMakeLists.txt index 780dad855..bbb983582 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ if(WIN32) include_directories(${BREAKPAD_SRC_DIR}/third_party/getopt) include_directories(${BREAKPAD_SRC_DIR}/third_party/windows) - + list(APPEND BREAKPADCOMMON_LIB_SRCS ${BREAKPAD_SRC_DIR}/common/windows/guid_string.cc ${BREAKPAD_SRC_DIR}/common/windows/pe_source_line_writer.cc @@ -495,6 +495,7 @@ if(BKPAD_MINIDUMP) add_library(processor_common STATIC ${PROCESSOR_COMMON_SRCS} ${PROCESSOR_COMMON_HEADERS}) breakpad_set_project_properties(processor_common) + target_link_libraries(processor_common breakpad_common) set(MINIDUMP_STACKWALK_SRCS ${PROCESSOR_SRC_DIR}/minidump.cc