| Age | Commit message (Collapse) | Author |
|
* [vcpkg] Add "Homepage" field to the CONTROL files.
|
|
Fix for #6152: The release build of SDL2-image depends on the debug build of SDL2
|
|
* Add SDL2 image target
* Add SDL2_mixer target
* Add SDL2_ttf target
* Add SDL2_net target
* Fix missing source file for SDL2_image
* Disable harfbuzz for freetype properly
* Use both include dirs for freetype in SDL2-tff
|
|
* [sdl2-gfx] Update to 1.0.4
* [sdl2-mixer] Update to 2.0.4 (#4934)
* [sdl2-image] Update to 2.0.4
* [sdl2-ttf] Update to 2.0.15
* [sdl2-gfx,-image,-ttf] Use vcpkg_extract_source_archive_ex()
|
|
* SDL2 image: Add features for libjpeg, tiff and webp
* [sdl2-image] Avoid passing lists through vcpkg_configure_cmake()
|
|
Affected sdl2 libraries:
- sdl2-image
- sdl2-mixer
- sdl2-net
- sdl2-ttf
|
|
|
|
of release libs in debug mode.
|
|
libs (/Z7)
|
|
|
|
linked
Replaced FindWEBP.cmake with version from freeimage port
|
|
- optional dependencies which are installed in vcpkg are automatically linked
- unavailable dependencies are marked as dynamically linked and dlls have to be copied manually if respective file formats are used
|
|
any external libraries.
|