ow_create_static_library(googlebreakpad)


ow_add_public_include_dirs(
	${CMAKE_CURRENT_SOURCE_DIR}/src
	${CMAKE_CURRENT_SOURCE_DIR}/src/client/mac/handler
)	

ow_add_sources(
        src/common/convert_UTF.c
	src/common/string_conversion.cc
        src/common/mac/file_id.cc
        src/common/mac/macho_id
        src/common/mac/macho_walker.cc
        src/common/mac/macho_utilities.cc
	src/common/mac/string_utilities.cc
 	src/client/minidump_file_writer.cc
	src/client/mac/handler/dynamic_images.cc
	src/client/mac/handler/protected_memory_allocator.cc
	src/client/mac/handler/minidump_generator.cc
	src/client/mac/handler/exception_handler.cc
)

ow_create_project_binary()
