Use entropy coders from zstd

This commit is contained in:
Alexey Milovidov 2021-05-24 06:18:57 +03:00
parent ad9481b1bb
commit e206959390

View File

@ -14,3 +14,6 @@ SET (Headers
ADD_LIBRARY(lizard ${Sources} ${Headers})
target_include_directories (lizard PUBLIC ${LIBRARY_DIR})
# It is using some symbols (HUF_* and FSE_*) from zstd.
target_link_libraries (lizard PRIVATE zstd)