aboutsummaryrefslogtreecommitdiff
path: root/ports/sdl2-image
AgeCommit message (Collapse)Author
2017-10-19[sdl2-gfx][sdl2-image][sdl2-mixer][sdl2-net][sdl2-ttf] Fix accidental link ↵Robert Schumacher
of release libs in debug mode.
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-07-21[sdl2] Prevent exports in static buildcodicodi
2017-01-07[sdl2-image] changed include directory to SDL2 include directoryPatrick Bader
2017-01-06[sdl2-image] added dependencies to CONTROL so they will always be statically ↵Patrick Bader
linked Replaced FindWEBP.cmake with version from freeimage port
2017-01-06fixed findWEBP.cmake to select debug version of webp for debug builds.Patrick Bader
2017-01-06finished port of sdl2_imagePatrick Bader
- 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
2017-01-05added first version of SDL2_image library which currently does not link to ↵Patrick Bader
any external libraries.