]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
added debug.h for cmake 1189/head
authorYann Collet <cyan@fb.com>
Thu, 14 Jun 2018 23:48:40 +0000 (19:48 -0400)
committerYann Collet <cyan@fb.com>
Thu, 14 Jun 2018 23:48:40 +0000 (19:48 -0400)
build/cmake/lib/CMakeLists.txt

index 2cdfde0f37f2d524612ed7e8cdb26f5b3767b879..ade946daf419842c5fbc6ab77060dd4d80e67c66 100644 (file)
@@ -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