add freeimage 3.18.0

This commit is contained in:
alexey.lysiuk 2021-06-23 10:19:20 +03:00
parent dda8dd22d1
commit 7096683d24
3 changed files with 1176 additions and 0 deletions

1163
deps/freeimage/include/FreeImage.h vendored Normal file

File diff suppressed because it is too large Load diff

BIN
deps/freeimage/lib/libfreeimage.a vendored Normal file

Binary file not shown.

View file

@ -0,0 +1,13 @@
prefix=
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: freeimage
Description: freeimage
Version: 3.18.0
Requires:
Requires.private:
Libs: -L${libdir} -lfreeimage -lc++
Libs.private:
Cflags: -I${includedir}