Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 48cc5b3

Browse files
committed
Fix headers list.
1 parent e925588 commit 48cc5b3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CMakeLists.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,16 @@ set(HEADERS
2424
src/error.h
2525
src/gumbo.h
2626
src/insertion_mode.h
27+
src/parser.h
2728
src/string_buffer.h
2829
src/string_piece.h
29-
src/parser.h
30-
src/token_type.h
30+
src/tag_enum.h
31+
src/tag_gperf.h
32+
src/tag_sizes.h
33+
src/tag_strings.h
3134
src/tokenizer.h
3235
src/tokenizer_states.h
36+
src/token_type.h
3337
src/utf8.h
3438
src/util.h
3539
src/vector.h)

0 commit comments

Comments
 (0)