From: Yann Collet Date: Fri, 12 Feb 2016 17:48:07 +0000 (+0100) Subject: fixed cmake X-Git-Tag: v0.5.1^2~3^2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0a3084d30bc0cc129ee897e90bab7262c62cefb;p=thirdparty%2Fzstd.git fixed cmake --- diff --git a/contrib/cmake/lib/CMakeLists.txt b/contrib/cmake/lib/CMakeLists.txt index 910e5060d..4294a59e6 100644 --- a/contrib/cmake/lib/CMakeLists.txt +++ b/contrib/cmake/lib/CMakeLists.txt @@ -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