[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/libtiff/all/test_package/test_package.c
Normal file
8
recipes/libtiff/all/test_package/test_package.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <tiffio.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
TIFF* tif = TIFFOpen("foo.tif", "w");
|
||||
TIFFClose(tif);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user