diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-22 20:49:17 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-09-22 22:38:57 +0200 |
| commit | 8c2822db1f40614b78bc4ecbd0498c20e05e021c (patch) | |
| tree | e3144ab8a1494042a395148393674f1e3b94eaaf /src/wscript | |
| parent | 494816f6205451c1fd41d881235d5a24e04db5e2 (diff) | |
Add basic JSON verification report (#1823).1823-json
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 4 |
1 files changed, 4 insertions, 0 deletions
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') |
