From e099d8552446837425f16d17a4b135b0fcf4575f Mon Sep 17 00:00:00 2001 From: Alex Coyte Date: Fri, 4 Aug 2017 11:08:30 +1000 Subject: [PATCH] CMake: put the stream compress files in the correct part --- CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0117110c..ebdbec9f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -513,6 +513,9 @@ set (hs_exec_SRCS src/crc32.h src/report.h src/runtime.c + src/stream_compress.c + src/stream_compress.h + src/stream_compress_impl.h src/fdr/fdr.c src/fdr/fdr.h src/fdr/fdr_internal.h @@ -663,8 +666,6 @@ SET (hs_compile_SRCS src/hs_version.h src/scratch.h src/state.h - src/stream_compress.c - src/stream_compress.h src/ue2common.h src/compiler/asserts.cpp src/compiler/asserts.h