diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-09-02 22:43:19 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-09-02 22:43:19 +0200 |
| commit | d9b957d7da123e4b6e5f2449f5d45c12fce225f8 (patch) | |
| tree | 46fb87683ff357aff3b886a5e6201a9bb390d3a9 /src/wscript | |
| parent | feff11732f33487a5bec6fb568f43f86c1a0ab0b (diff) | |
Replace ContentKind enum with a class.
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wscript b/src/wscript index 31d83115..e74c3241 100644 --- a/src/wscript +++ b/src/wscript @@ -47,6 +47,7 @@ def build(bld): chromaticity.cc colour_conversion.cc combine.cc + content_kind.cc cpl.cc data.cc dcp.cc @@ -138,6 +139,7 @@ def build(bld): colour_conversion.h combine.h compose.hpp + content_kind.h cpl.h crypto_context.h data.h |
