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
This commit is contained in:
yann.collet.73@gmail.com 2012-06-08 09:36:33 +00:00
parent 8dfb9d6159
commit ebc041cb51

View File

@ -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