Add crc32 function
This commit is contained in:
parent
88becd6097
commit
43ac716bf2
3 changed files with 65 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ set(libmineziper_SRC
|
|||
${libmineziper_STATIC_SRC}/libmineziper_zip.c
|
||||
${libmineziper_STATIC_SRC}/libmineziper_huffman_tree.c
|
||||
${libmineziper_STATIC_SRC}/libmineziper_bitstream.c
|
||||
${libmineziper_STATIC_SRC}/libmineziper_crypto.c
|
||||
)
|
||||
|
||||
set(libmineziper_INCLUDE
|
||||
|
|
@ -14,6 +15,7 @@ set(libmineziper_INCLUDE
|
|||
${libmineziper_STATIC_INCLUDE}/libmineziper_zip.h
|
||||
${libmineziper_STATIC_INCLUDE}/libmineziper_huffman_tree.h
|
||||
${libmineziper_STATIC_INCLUDE}/libmineziper_bitstream.h
|
||||
${libmineziper_STATIC_INCLUDE}/libmineziper_crypto.h
|
||||
)
|
||||
|
||||
# Create static library
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue