mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:29:01 +08:00
c679ba3ccc
* Updated portfile for modern best practices * Fixed behavior with VCPKG_BUILD_TYPE set to "release" * Added specific usage help * Minor CMake cleanup
5 lines
177 B
Plaintext
5 lines
177 B
Plaintext
The XAudio2 redistributable package provides CMake targets
|
|
|
|
find_package(xaudio2redist CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE Microsoft::XAudio2Redist)
|