mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 05:25:05 +00:00
[subset] Add helper-subset.hh to Makefile sources.
This commit is contained in:
parent
0dd7a47621
commit
ffa643c5aa
2 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,7 @@ HB_SUBSET_CLI_sources = \
|
|||
options.hh \
|
||||
output-options.hh \
|
||||
text-options.hh \
|
||||
helper-subset.hh \
|
||||
$(NULL)
|
||||
|
||||
HB_OT_SHAPE_CLOSURE_sources = \
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#define HELPER_SUBSET_HH
|
||||
|
||||
#include "glib.h"
|
||||
#include <errno.h>
|
||||
#include <math.h>
|
||||
#include <stdbool.h>
|
||||
#include "hb-subset.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue