diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-16 17:39:08 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-09-19 13:37:28 +0200 |
| commit | 5f090b58fc2a7742c3a924387416fa628f39477d (patch) | |
| tree | 7d9706650ab49666290e49d5cce5048a6b537afe /src/wscript | |
| parent | bf59fbc84f5b156c9b42511f2075bf6112a46e4e (diff) | |
Add PDF formatter for verification reports (#1823).v1.10.28
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wscript b/src/wscript index 3e3b75b8..6176ab53 100644 --- a/src/wscript +++ b/src/wscript @@ -265,6 +265,11 @@ def build(bld): uselib = 'BOOST_FILESYSTEM BOOST_SIGNALS2 BOOST_DATETIME OPENSSL SIGC++ LIBXML++ OPENJPEG CXML XMLSEC1 ASDCPLIB_DCPOMATIC XERCES AVCODEC AVUTIL FMT FAST_FLOAT' + if bld.env.LIBDCP_HAVE_HARU: + source += "pdf_formatter.cc " + headers += "pdf_formatter.h " + uselib += ' HARU' + # Main library if bld.env.STATIC: obj = bld(features='cxx cxxstlib') |
