vcpkg/ports/alsa/usage

6 lines
132 B
Plaintext
Raw Normal View History

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