[reorg] update build files.
This commit is contained in:
parent
d82ace5c6f
commit
5363e40de1
|
@ -97,6 +97,11 @@ HB_BASE_sources = \
|
|||
OT/glyf/SimpleGlyph.hh \
|
||||
OT/glyf/CompositeGlyph.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/AnchorFormat2.hh \
|
||||
OT/Layout/GPOS/AnchorFormat3.hh \
|
||||
|
|
|
@ -101,6 +101,11 @@ hb_base_sources = files(
|
|||
'OT/glyf/SimpleGlyph.hh',
|
||||
'OT/glyf/CompositeGlyph.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/AnchorFormat2.hh',
|
||||
'OT/Layout/GPOS/AnchorFormat3.hh',
|
||||
|
|
Loading…
Reference in New Issue