From 8c2822db1f40614b78bc4ecbd0498c20e05e021c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 22 Sep 2025 20:49:17 +0200 Subject: Add basic JSON verification report (#1823). --- src/wscript | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/wscript') diff --git a/src/wscript b/src/wscript index 6e83fe6a..064bd5a4 100644 --- a/src/wscript +++ b/src/wscript @@ -270,6 +270,10 @@ def build(bld): headers += "pdf_formatter.h " uselib += ' HARU' + if bld.env.LIBDCP_HAVE_JSON: + source += "json_verify_report.cc " + headers += "json_verify_report.h " + # Main library if bld.env.STATIC: obj = bld(features='cxx cxxstlib') -- cgit v1.2.3