Commit Graph

8 Commits

Author SHA1 Message Date
Robert Schumacher
deee8c1743 [sdl2-gfx][sdl2-image][sdl2-mixer][sdl2-net][sdl2-ttf] Fix accidental link of release libs in debug mode. 2017-10-19 19:24:49 -07:00
Alexander Karatarakis
26516fe485 vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7) 2017-09-09 00:12:54 -07:00
codicodi
dc4998bf70 [sdl2] Prevent exports in static build 2017-07-21 13:01:00 +02:00
Patrick Bader
07fb014193 [sdl2-image] changed include directory to SDL2 include directory 2017-01-07 11:51:07 +01:00
Patrick Bader
2bb72e6637 [sdl2-image] added dependencies to CONTROL so they will always be statically linked
Replaced FindWEBP.cmake with version from freeimage port
2017-01-06 23:20:57 +01:00
Patrick Bader
937c4e26b0 fixed findWEBP.cmake to select debug version of webp for debug builds. 2017-01-06 22:05:22 +01:00
Patrick Bader
37a5504855 finished port of sdl2_image
- 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-06 19:08:31 +01:00
Patrick Bader
29aedfad6c added first version of SDL2_image library which currently does not link to any external libraries. 2017-01-05 16:42:52 +01:00