mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:46:41 +08:00
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)
|