mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:49:05 +08:00
33d8955807
* [openal-soft] Fix find_package failed * [openal-soft] Add usage
5 lines
149 B
Plaintext
5 lines
149 B
Plaintext
The package openal-soft provides CMake targets:
|
|
|
|
find_package(OpenAL CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE OpenAL::OpenAL)
|