mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-02 22:35:31 +08:00
6 lines
132 B
Plaintext
6 lines
132 B
Plaintext
|
|
CMake provides the module target:
|
|
|
|
find_package("ALSA" MODULE REQUIRED)
|
|
target_link_libraries("main" PRIVATE "ALSA::ALSA")
|