aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 423c644..be552ac 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -134,12 +134,14 @@ add_library(brotlidec
dec/state.c)
add_library(brotlienc
enc/backward_references.c
+ enc/backward_references_hq.c
enc/bit_cost.c
enc/block_splitter.c
enc/brotli_bit_stream.c
enc/cluster.c
enc/compress_fragment.c
enc/compress_fragment_two_pass.c
+ enc/dictionary_hash.c
enc/encode.c
enc/entropy_encode.c
enc/histogram.c