mirror of
https://github.com/facebook/zstd.git
synced 2025-09-02 15:41:31 +03:00
fixed cmake project
This commit is contained in:
@@ -81,12 +81,9 @@ SET(Headers
|
|||||||
${LIBRARY_DIR}/common/huf_static.h
|
${LIBRARY_DIR}/common/huf_static.h
|
||||||
${LIBRARY_DIR}/common/mem.h
|
${LIBRARY_DIR}/common/mem.h
|
||||||
${LIBRARY_DIR}/common/zbuff.h
|
${LIBRARY_DIR}/common/zbuff.h
|
||||||
${LIBRARY_DIR}/common/zbuff_static.h
|
|
||||||
${LIBRARY_DIR}/common/zstd_internal.h
|
${LIBRARY_DIR}/common/zstd_internal.h
|
||||||
${LIBRARY_DIR}/common/zstd_static.h
|
|
||||||
${LIBRARY_DIR}/common/zstd.h
|
${LIBRARY_DIR}/common/zstd.h
|
||||||
${LIBRARY_DIR}/dictBuilder/zdict.h
|
${LIBRARY_DIR}/dictBuilder/zdict.h)
|
||||||
${LIBRARY_DIR}/dictBuilder/zdict_static.h)
|
|
||||||
|
|
||||||
IF (ZSTD_LEGACY_SUPPORT)
|
IF (ZSTD_LEGACY_SUPPORT)
|
||||||
SET(LIBRARY_LEGACY_DIR ${LIBRARY_DIR}/legacy)
|
SET(LIBRARY_LEGACY_DIR ${LIBRARY_DIR}/legacy)
|
||||||
|
Reference in New Issue
Block a user