Continue work on png writer.
This commit is contained in:
parent
9c8faa534b
commit
86bc0d89f6
19 changed files with 225 additions and 19 deletions
|
@ -8,6 +8,7 @@ list(APPEND compression_LIB_INCLUDES
|
|||
DeflateEncoder.cpp
|
||||
DeflateBlock.cpp
|
||||
Lz77Encoder.cpp
|
||||
CyclicRedundancyChecker.cpp
|
||||
)
|
||||
|
||||
add_library(compression SHARED ${compression_LIB_INCLUDES})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue