vanhofen
3 years ago
1 changed files with 16 additions and 0 deletions
@ -0,0 +1,16 @@ |
|||||
|
################################################################################
|
||||
|
#
|
||||
|
# 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) |
Loading…
Reference in new issue