summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>2012-06-08 09:36:33 (GMT)
committeryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>2012-06-08 09:36:33 (GMT)
commitebc041cb5194b4ed5f6a3fa96c5bd78d41151169 (patch)
tree5f6a2c9e7bee9af38b8e39f04cd8590e40e66478
parent8dfb9d61593cfde85974bbe8838168481063d9e6 (diff)
downloadlz4-ebc041cb5194b4ed5f6a3fa96c5bd78d41151169.zip
lz4-ebc041cb5194b4ed5f6a3fa96c5bd78d41151169.tar.gz
lz4-ebc041cb5194b4ed5f6a3fa96c5bd78d41151169.tar.bz2
Update CMake file to handle lz4hc. Thanks to Mark Wotton for notification and correction
git-svn-id: https://lz4.googlecode.com/svn/trunk@67 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
-rw-r--r--cmake/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
index 345a6f4..a406fc8 100644
--- a/cmake/CMakeLists.txt
+++ b/cmake/CMakeLists.txt
@@ -18,7 +18,7 @@ ENDIF()
set(SRC_DIR ../)
-set(LZ4_SRCS_LIB ${SRC_DIR}lz4.c ${SRC_DIR}lz4.h )
+set(LZ4_SRCS_LIB ${SRC_DIR}lz4.c ${SRC_DIR}lz4hc.c ${SRC_DIR}lz4.h )
set(LZ4_SRCS ${LZ4_SRCS_LIB} ${SRC_DIR}bench.c ${SRC_DIR}lz4demo.c )
# EXECUTABLES FOR 32 Bit and 64 versions