sdl2-netv2.2.0
- Updated
Networking library for SDL
- Project website: https://github.com/libsdl-org/SDL_net
#Usage
sdl2-net provides CMake targets:
find_package(SDL2_net CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:SDL2_net::SDL2_net>,SDL2_net::SDL2_net,SDL2_net::SDL2_net-static>)#Supported Platforms
All platforms supported.
#Features
No features defined.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
codicodi
Alexander Karatarakis
Robert Schumacher
Stanislav Ershov
Antonio Maiorano
Helco
pravic
Stefano Sinigardi
Billy O'Neal
Rémy Tassoux
Pierre Wendling
autoantwort
jim wang
#Changelog
Show 8 earlier changes
7dd5c7aFix build of sdl2-net for linux2ad118aAdd missing version.rc file to sdl2 libraries.deee8c1[sdl2-gfx][sdl2-image][sdl2-mixer][sdl2-net][sdl2-ttf] Fix accidental link of release libs in debug mode.26516fevcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)dc4998b[sdl2] Prevent exports in static buildb751197Add sdl2-net