blob: 4a8de5f3b06ea24e7a93c10c364e5011e5ba1ab8 [file] [log] [blame]
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -05001SUMMARY = "JSON schema validator for JSON for Modern C++"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=c441d022da1b1663c70181a32225d006"
4
Andrew Geissler595f6302022-01-24 19:11:47 +00005SRC_URI = "git://github.com/pboettch/json-schema-validator;branch=master;protocol=https"
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -05006SRCREV = "27fc1d094503623dfe39365ba82581507524545c"
7
8S = "${WORKDIR}/git"
9
10DEPENDS += "nlohmann-json"
11
12inherit cmake
13EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON -DBUILD_EXAMPLES=OFF -DBUILD_TESTS=OFF"
14