json-c++: build with multi-header support

This commit is contained in:
Josh Klar 2020-11-01 14:27:17 -08:00 committed by Michael Aldridge
parent 3a8962618a
commit adc7f9902a

View file

@ -1,9 +1,10 @@
# Template file for 'json-c++'
pkgname=json-c++
version=3.9.1
revision=1
revision=2
wrksrc="json-${version}"
build_style=cmake
configure_args="-DJSON_MultipleHeaders=ON"
checkdepends="git"
short_desc="JSON for modern C++"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"