]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
cmake: fixed lib/CMakeLists.txt 912/head
authorYann Collet <cyan@fb.com>
Fri, 10 Nov 2017 17:39:11 +0000 (09:39 -0800)
committerYann Collet <cyan@fb.com>
Fri, 10 Nov 2017 17:39:11 +0000 (09:39 -0800)
changed file name from zstd_compress.h to zstd_compress_internal.h

build/cmake/lib/CMakeLists.txt

index f5d2eff923cfb19d9e47ac24eef19364a6553667..fd20bdb879f590e759660a3662b0b37743888177 100644 (file)
@@ -63,7 +63,7 @@ SET(Headers
         ${LIBRARY_DIR}/common/huf.h
         ${LIBRARY_DIR}/common/mem.h
         ${LIBRARY_DIR}/common/zstd_internal.h
-        ${LIBRARY_DIR}/compress/zstd_compress.h
+        ${LIBRARY_DIR}/compress/zstd_compress_internal.h
         ${LIBRARY_DIR}/compress/zstd_fast.h
         ${LIBRARY_DIR}/compress/zstd_double_fast.h
         ${LIBRARY_DIR}/compress/zstd_lazy.h