1*4882a593Smuzhiyun################################################################################ 2*4882a593Smuzhiyun# 3*4882a593Smuzhiyun# sentry-native 4*4882a593Smuzhiyun# 5*4882a593Smuzhiyun################################################################################ 6*4882a593Smuzhiyun 7*4882a593SmuzhiyunSENTRY_NATIVE_VERSION = 0.4.1 8*4882a593SmuzhiyunSENTRY_NATIVE_SITE = $(call github,getsentry,sentry-native,$(SENTRY_NATIVE_VERSION)) 9*4882a593SmuzhiyunSENTRY_NATIVE_LICENSE = MIT 10*4882a593SmuzhiyunSENTRY_NATIVE_LICENSE_FILES = LICENSE 11*4882a593SmuzhiyunSENTRY_NATIVE_DEPENDENCIES = libcurl google-breakpad 12*4882a593SmuzhiyunSENTRY_NATIVE_INSTALL_STAGING = YES 13*4882a593Smuzhiyun 14*4882a593Smuzhiyun# Use the built system breakpad client instead of bundling 15*4882a593SmuzhiyunSENTRY_NATIVE_CONF_OPTS += -DSENTRY_BREAKPAD_SYSTEM=ON 16*4882a593Smuzhiyun 17*4882a593Smuzhiyun$(eval $(cmake-package)) 18