vcpkg/ports/alsa/usage

6 lines
132 B
Plaintext
Raw Normal View History

2022-12-03 01:16:18 +08:00
CMake provides the module target:
find_package("ALSA" MODULE REQUIRED)
target_link_libraries("main" PRIVATE "ALSA::ALSA")