You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
6b1efb7bd5
https://github.com/zeromq/cppzmq/releases/tag/v4.9.0 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
454 B
Makefile
16 lines
454 B
Makefile
################################################################################
|
|
#
|
|
# cppzmq
|
|
#
|
|
################################################################################
|
|
|
|
CPPZMQ_VERSION = 4.9.0
|
|
CPPZMQ_SITE = $(call github,zeromq,cppzmq,v$(CPPZMQ_VERSION))
|
|
CPPZMQ_INSTALL_STAGING = YES
|
|
CPPZMQ_DEPENDENCIES = host-pkgconf zeromq
|
|
CPPZMQ_LICENSE = MIT
|
|
CPPZMQ_LICENSE_FILES = LICENSE
|
|
CPPZMQ_CONF_OPTS = -DCPPZMQ_BUILD_TESTS=OFF
|
|
|
|
$(eval $(cmake-package))
|