From: Yann Collet Date: Thu, 14 Jun 2018 23:48:40 +0000 (-0400) Subject: added debug.h for cmake X-Git-Tag: v1.3.5~3^2~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1189%2Fhead;p=thirdparty%2Fzstd.git added debug.h for cmake --- diff --git a/build/cmake/lib/CMakeLists.txt b/build/cmake/lib/CMakeLists.txt index 2cdfde0f3..ade946daf 100644 --- a/build/cmake/lib/CMakeLists.txt +++ b/build/cmake/lib/CMakeLists.txt @@ -55,6 +55,7 @@ SET(Sources SET(Headers ${LIBRARY_DIR}/zstd.h + ${LIBRARY_DIR}/common/debug.h ${LIBRARY_DIR}/common/pool.h ${LIBRARY_DIR}/common/threading.h ${LIBRARY_DIR}/common/bitstream.h