From 507bef196deb994676f06d1c498dcdfd859cc168 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Thu, 14 Jun 2018 19:48:40 -0400 Subject: [PATCH] added debug.h for cmake --- build/cmake/lib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2