blob: 7e889360d4acd5d83da818ab7c2f42982835c3c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dd7030b27..84235046a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -255,6 +255,7 @@ SET(BROTLI_SOURCE_FILES
deps/brotli/c/enc/metablock.c
deps/brotli/c/enc/static_dict.c
deps/brotli/c/enc/utf8_util.c
+ deps/brotli/c/enc/encoder_dict.c
lib/handler/compress/brotli.c)
SET(PICOTLS_INCLUDE_DIRECTORIES
|