You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
457 B
16 lines
457 B
################################################################################
|
|
#
|
|
# jsoncpp
|
|
#
|
|
################################################################################
|
|
|
|
JSONCPP_VERSION = 1.9.5
|
|
JSONCPP_DIR = jsoncpp-$(JSONCPP_VERSION)
|
|
JSONCPP_SOURCE = jsoncpp-$(JSONCPP_VERSION).tar.gz
|
|
JSONCPP_SITE = $(call github,open-source-parsers,jsoncpp,$(JSONCPP_VERSION))
|
|
|
|
JSONCPP_CONF_OPTS = \
|
|
-Dtests=false
|
|
|
|
jsoncpp: | $(TARGET_DIR)
|
|
$(call meson-package)
|
|
|