diff --git a/build/VS2005/zstdlib/zstdlib.vcproj b/build/VS2005/zstdlib/zstdlib.vcproj index 828cc8285..f4c9950ff 100644 --- a/build/VS2005/zstdlib/zstdlib.vcproj +++ b/build/VS2005/zstdlib/zstdlib.vcproj @@ -335,6 +335,14 @@ RelativePath="..\..\..\lib\dictBuilder\divsufsort.c" > + + + + @@ -383,6 +391,10 @@ RelativePath="..\..\..\lib\common\zstd_common.c" > + + @@ -433,6 +445,14 @@ RelativePath="..\..\..\lib\dictBuilder\divsufsort.h" > + + + + @@ -493,6 +513,10 @@ RelativePath="..\..\..\lib\compress\zstd_opt.h" > + + diff --git a/build/VS2008/zstdlib/zstdlib.vcproj b/build/VS2008/zstdlib/zstdlib.vcproj index 69b742d19..cba0ff908 100644 --- a/build/VS2008/zstdlib/zstdlib.vcproj +++ b/build/VS2008/zstdlib/zstdlib.vcproj @@ -336,6 +336,14 @@ RelativePath="..\..\..\lib\dictBuilder\divsufsort.c" > + + + + @@ -372,6 +380,10 @@ RelativePath="..\..\..\lib\common\zstd_common.c" > + + @@ -422,6 +434,14 @@ RelativePath="..\..\..\lib\dictBuilder\divsufsort.h" > + + + + @@ -478,6 +498,10 @@ RelativePath="..\..\..\lib\compress\zstd_opt.h" > + + diff --git a/build/VS2010/libzstd-dll/libzstd-dll.vcxproj b/build/VS2010/libzstd-dll/libzstd-dll.vcxproj index f0feecb26..145890517 100644 --- a/build/VS2010/libzstd-dll/libzstd-dll.vcxproj +++ b/build/VS2010/libzstd-dll/libzstd-dll.vcxproj @@ -19,6 +19,8 @@ + + @@ -27,6 +29,7 @@ + @@ -44,6 +47,8 @@ + + @@ -63,6 +68,7 @@ + diff --git a/build/VS2010/libzstd/libzstd.vcxproj b/build/VS2010/libzstd/libzstd.vcxproj index c8d21dd4a..22d5d4e14 100644 --- a/build/VS2010/libzstd/libzstd.vcxproj +++ b/build/VS2010/libzstd/libzstd.vcxproj @@ -19,6 +19,8 @@ + + @@ -27,6 +29,7 @@ + @@ -44,6 +47,8 @@ + + @@ -63,6 +68,7 @@ + {8BFD8150-94D5-4BF9-8A50-7BD9929A0850} diff --git a/build/cmake/lib/CMakeLists.txt b/build/cmake/lib/CMakeLists.txt index db752784b..08ae3e9ad 100644 --- a/build/cmake/lib/CMakeLists.txt +++ b/build/cmake/lib/CMakeLists.txt @@ -59,6 +59,8 @@ SET(Sources SET(Headers ${LIBRARY_DIR}/zstd.h + ${LIBRARY_DIR}/common/pool.h + ${LIBRARY_DIR}/common/threading.h ${LIBRARY_DIR}/common/bitstream.h ${LIBRARY_DIR}/common/error_private.h ${LIBRARY_DIR}/common/zstd_errors.h