mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2025-10-27 15:37:17 +00:00
# Current issue: When attempting to compile under MSVC (#49), CMake can't find the WASAPI headers. I'm running Windows 10, Visual Studio Community 2015, and the latest SDK. # Proposed fix: Use `check_include_file` instead of `find_path`, which seems more semantically correct anyways. |
||
|---|---|---|
| .. | ||
| FindCoreAudio.cmake | ||
| FindJACK.cmake | ||
| FindPulseAudio.cmake | ||
| FindWASAPI.cmake | ||