diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-11-29 11:55:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-12-13 21:57:52 +0100 |
| commit | 0ece82d184b618a8314bc07d4a447f856847104f (patch) | |
| tree | 1403293713441d84ce2a30421a86de72a20aca63 /src/wscript | |
| parent | 70740737a3bdc6a3ac03b7562f466b1dcbf58ff9 (diff) | |
Add UTCOffset 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 e74c3241..39e3351d 100644 --- a/src/wscript +++ b/src/wscript @@ -116,6 +116,7 @@ def build(bld): subtitle_string.cc transfer_function.cc types.cc + utc_offset.cc util.cc verify.cc verify_j2k.cc @@ -215,6 +216,7 @@ def build(bld): subtitle_string.h transfer_function.h types.h + utc_offset.h util.h verify.h verify_j2k.h |
