This commit is contained in:
TriForceX
2021-03-13 22:13:38 -03:00
parent c77595adbd
commit b3ecc6e32d
7043 changed files with 119377 additions and 73694 deletions

View File

@@ -0,0 +1,17 @@
################################################################################
#
# sentry-native
#
################################################################################
SENTRY_NATIVE_VERSION = 0.4.1
SENTRY_NATIVE_SITE = $(call github,getsentry,sentry-native,$(SENTRY_NATIVE_VERSION))
SENTRY_NATIVE_LICENSE = MIT
SENTRY_NATIVE_LICENSE_FILES = LICENSE
SENTRY_NATIVE_DEPENDENCIES = libcurl google-breakpad
SENTRY_NATIVE_INSTALL_STAGING = YES
# Use the built system breakpad client instead of bundling
SENTRY_NATIVE_CONF_OPTS += -DSENTRY_BREAKPAD_SYSTEM=ON
$(eval $(cmake-package))