Skip to content

Commit

Permalink
Fixes for Ubuntu.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Dec 20, 2023
1 parent 3b1babf commit fa24a74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fa24a74

Please sign in to comment.