[reorg] update build files.

This commit is contained in:
Garret Rieger 2022-07-13 23:03:54 +00:00 committed by Behdad Esfahbod
parent d82ace5c6f
commit 5363e40de1
2 changed files with 10 additions and 0 deletions

View File

@ -97,6 +97,11 @@ HB_BASE_sources = \
OT/glyf/SimpleGlyph.hh \ OT/glyf/SimpleGlyph.hh \
OT/glyf/CompositeGlyph.hh \ OT/glyf/CompositeGlyph.hh \
OT/glyf/SubsetGlyph.hh \ OT/glyf/SubsetGlyph.hh \
OT/Layout/types.hh \
OT/Layout/Common/Coverage.hh \
OT/Layout/Common/CoverageFormat1.hh \
OT/Layout/Common/CoverageFormat2.hh \
OT/Layout/Common/RangeRecord.hh \
OT/Layout/GPOS/AnchorFormat1.hh \ OT/Layout/GPOS/AnchorFormat1.hh \
OT/Layout/GPOS/AnchorFormat2.hh \ OT/Layout/GPOS/AnchorFormat2.hh \
OT/Layout/GPOS/AnchorFormat3.hh \ OT/Layout/GPOS/AnchorFormat3.hh \

View File

@ -101,6 +101,11 @@ hb_base_sources = files(
'OT/glyf/SimpleGlyph.hh', 'OT/glyf/SimpleGlyph.hh',
'OT/glyf/CompositeGlyph.hh', 'OT/glyf/CompositeGlyph.hh',
'OT/glyf/SubsetGlyph.hh', 'OT/glyf/SubsetGlyph.hh',
'OT/Layout/types.hh',
'OT/Layout/Common/Coverage.hh',
'OT/Layout/Common/CoverageFormat1.hh',
'OT/Layout/Common/CoverageFormat2.hh',
'OT/Layout/Common/RangeRecord.hh',
'OT/Layout/GPOS/AnchorFormat1.hh', 'OT/Layout/GPOS/AnchorFormat1.hh',
'OT/Layout/GPOS/AnchorFormat2.hh', 'OT/Layout/GPOS/AnchorFormat2.hh',
'OT/Layout/GPOS/AnchorFormat3.hh', 'OT/Layout/GPOS/AnchorFormat3.hh',