]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
CMake: put the stream compress files in the correct part
authorAlex Coyte <a.coyte@intel.com>
Fri, 4 Aug 2017 01:08:30 +0000 (11:08 +1000)
committerMatthew Barr <matthew.barr@intel.com>
Mon, 21 Aug 2017 01:19:11 +0000 (11:19 +1000)
CMakeLists.txt

index 0117110c8b8d707673682a6d06b88f9f4e73a4c6..ebdbec9f02d4a5f9b29a845456741a7a2f6fb423 100644 (file)
@@ -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