From dd283b1f4f71fb39df6588fd97ebb952241b4f49 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Thu, 21 Jan 2016 16:08:01 +0100 Subject: [PATCH] fixed cmake --- contrib/cmake/lib/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/cmake/lib/CMakeLists.txt b/contrib/cmake/lib/CMakeLists.txt index f15244275..a8247ddca 100644 --- a/contrib/cmake/lib/CMakeLists.txt +++ b/contrib/cmake/lib/CMakeLists.txt @@ -66,7 +66,8 @@ SET(Sources SET(Headers ${LIBRARY_DIR}/bitstream.h - ${LIBRARY_DIR}/error.h + ${LIBRARY_DIR}/error_private.h + ${LIBRARY_DIR}/error_public.h ${LIBRARY_DIR}/fse.h ${LIBRARY_DIR}/fse_static.h ${LIBRARY_DIR}/huff0.h -- 2.47.2