[DO-983][DO-985] add tiff and zstd packages (!14)
Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech> Reviewed-on: https://git.avroid.tech/Conan/conan_build/pulls/14
This commit is contained in:
8
recipes/libdeflate/pre_1.15/test_package/test_package.c
Normal file
8
recipes/libdeflate/pre_1.15/test_package/test_package.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <libdeflate.h>
|
||||
|
||||
int main () {
|
||||
struct libdeflate_compressor *c;
|
||||
c = libdeflate_alloc_compressor(12);
|
||||
libdeflate_free_compressor(c);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user