]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Add New File to Meson Build
authorW. Felix Handte <w@felixhandte.com>
Tue, 20 Aug 2019 19:14:12 +0000 (15:14 -0400)
committerW. Felix Handte <w@felixhandte.com>
Mon, 9 Sep 2019 17:34:08 +0000 (13:34 -0400)
build/meson/lib/meson.build

index ef669327e3514082f0917a1b20cbdb3047027c94..48f1e7cca00a3a06d187e523fd733e7c81f895cf 100644 (file)
@@ -30,6 +30,7 @@ libzstd_sources = [join_paths(zstd_rootdir, 'lib/common/entropy_common.c'),
   join_paths(zstd_rootdir, 'lib/compress/zstd_compress.c'),
   join_paths(zstd_rootdir, 'lib/compress/zstd_compress_literals.c'),
   join_paths(zstd_rootdir, 'lib/compress/zstd_compress_sequences.c'),
+  join_paths(zstd_rootdir, 'lib/compress/zstd_cwksp.c'),
   join_paths(zstd_rootdir, 'lib/compress/zstdmt_compress.c'),
   join_paths(zstd_rootdir, 'lib/compress/zstd_fast.c'),
   join_paths(zstd_rootdir, 'lib/compress/zstd_double_fast.c'),