wekws/runtime/core/cmake/portaudio.cmake
彭震东 3abedc209d
[runtime] support raspberry pi (#99)
* [runtime] support raspberry pi

* [runtime] add readme for raspberry pi
2022-11-01 16:52:46 +08:00

7 lines
290 B
CMake

FetchContent_Declare(portaudio
URL https://github.com/PortAudio/portaudio/archive/refs/tags/v19.7.0.tar.gz
URL_HASH SHA256=5af29ba58bbdbb7bbcefaaecc77ec8fc413f0db6f4c4e286c40c3e1b83174fa0
)
FetchContent_MakeAvailable(portaudio)
include_directories(${portaudio_SOURCE_DIR}/include)