mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 06:19:01 +08:00
8 lines
236 B
Plaintext
8 lines
236 B
Plaintext
|
The package opusfile provides CMake targets:
|
||
|
|
||
|
find_package(OpusFile CONFIG REQUIRED)
|
||
|
target_link_libraries(main PRIVATE OpusFile::opusfile)
|
||
|
|
||
|
# To use the opusurl API
|
||
|
target_link_libraries(main PRIVATE OpusFile::opusurl)
|