libsoundio/cmake
Michael Maltese e1c55d807b WASAPI: use check_include_file instead of 'find_path` in CMake
# 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.
2016-05-24 17:31:11 -07:00
..
FindCoreAudio.cmake CoreAudio: sine wave example works 2015-08-03 22:27:09 -07:00
FindJACK.cmake add JACK backend skeleton 2015-07-24 18:43:14 -07:00
FindPulseAudio.cmake skeleton 2015-06-30 14:04:45 -07:00
FindWASAPI.cmake WASAPI: use check_include_file instead of 'find_path` in CMake 2016-05-24 17:31:11 -07:00