Add cover.c to build files

This commit is contained in:
Nick Terrell
2017-01-02 13:22:53 -08:00
parent 96b39f65fa
commit 9103ed6c8b
11 changed files with 29 additions and 0 deletions
+1
View File
@@ -67,6 +67,7 @@ SET(Sources
${LIBRARY_DIR}/compress/zstd_compress.c
${LIBRARY_DIR}/decompress/huf_decompress.c
${LIBRARY_DIR}/decompress/zstd_decompress.c
${LIBRARY_DIR}/dictBuilder/cover.c
${LIBRARY_DIR}/dictBuilder/divsufsort.c
${LIBRARY_DIR}/dictBuilder/zdict.c
${LIBRARY_DIR}/deprecated/zbuff_common.c