vcpkg/ports/xaudio2redist/usage
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

5 lines
177 B
Plaintext

The XAudio2 redistributable package provides CMake targets
find_package(xaudio2redist CONFIG REQUIRED)
target_link_libraries(main PRIVATE Microsoft::XAudio2Redist)