LibImage: Use LibDEFLATE instead of builtin DEFLATE decompressor
This commit is contained in:
@@ -7,6 +7,7 @@ set(LIBIMAGE_SOURCES
|
||||
add_library(libimage ${LIBIMAGE_SOURCES})
|
||||
banan_link_library(libimage ban)
|
||||
banan_link_library(libimage libc)
|
||||
banan_link_library(libimage libdeflate)
|
||||
|
||||
banan_install_headers(libimage)
|
||||
install(TARGETS libimage OPTIONAL)
|
||||
|
||||
Reference in New Issue
Block a user