vcpkg/ports/xaudio2redist/vcpkg.json
Chuck Walbourn c679ba3ccc
[xaudio2redist] Code cleanup for port (#37455)
* Updated portfile for modern best practices
* Fixed behavior with VCPKG_BUILD_TYPE set to "release"
* Added specific usage help
* Minor CMake cleanup
2024-03-15 18:38:47 -07:00

11 lines
322 B
JSON

{
"name": "xaudio2redist",
"version": "1.2.11",
"port-version": 2,
"description": "Redistributable version of XAudio 2.9 for Windows 7 SP1 or later",
"homepage": "https://aka.ms/XAudio2Redist",
"documentation": "https://aka.ms/XAudio2Redist",
"license": null,
"supports": "windows & !arm & !uwp & !xbox"
}