mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:02:15 +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")
|