mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2024-12-31 23:05:37 +00:00
fix: add ALSA back to the linker line
This commit is contained in:
parent
7bab3f0189
commit
d5423ba8fd
|
@ -226,6 +226,7 @@ target_link_libraries(unit_tests LINK_PUBLIC
|
||||||
${CMAKE_THREAD_LIBS_INIT}
|
${CMAKE_THREAD_LIBS_INIT}
|
||||||
${JACK_LIBRARY}
|
${JACK_LIBRARY}
|
||||||
${PULSEAUDIO_LIBRARY}
|
${PULSEAUDIO_LIBRARY}
|
||||||
|
${ALSA_LIBRARIES}
|
||||||
${COREAUDIO_LIBRARY}
|
${COREAUDIO_LIBRARY}
|
||||||
m
|
m
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue