]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fixed cmake
authorYann Collet <yann.collet.73@gmail.com>
Fri, 12 Feb 2016 17:48:07 +0000 (18:48 +0100)
committerYann Collet <yann.collet.73@gmail.com>
Fri, 12 Feb 2016 17:48:07 +0000 (18:48 +0100)
contrib/cmake/lib/CMakeLists.txt

index 910e5060d8b12d2b21b415e205736bd5c951481f..4294a59e64a6d66fd357dc6b96529882d3274e8f 100644 (file)
@@ -57,17 +57,17 @@ GetLibraryVersion("${HEADER_CONTENT}" LIBVER_MAJOR LIBVER_MINOR LIBVER_RELEASE)
 MESSAGE("ZSTD VERSION ${LIBVER_MAJOR}.${LIBVER_MINOR}.${LIBVER_RELEASE}")
 
 SET(Sources
-        ${LIBRARY_DIR}/dictBuilder.c
         ${LIBRARY_DIR}/divsufsort.c
         ${LIBRARY_DIR}/fse.c
         ${LIBRARY_DIR}/huff0.c
+        ${LIBRARY_DIR}/zdict.c
         ${LIBRARY_DIR}/zstd_buffered.c
         ${LIBRARY_DIR}/zstd_compress.c
         ${LIBRARY_DIR}/zstd_decompress.c)
 
 SET(Headers
         ${LIBRARY_DIR}/bitstream.h
-        ${LIBRARY_DIR}/dictBuilder.h
+        ${LIBRARY_DIR}/zdict.h
         ${LIBRARY_DIR}/error_private.h
         ${LIBRARY_DIR}/error_public.h
         ${LIBRARY_DIR}/fse.h