mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2026-06-28 17:41:37 +00:00
Add portaudio dependency
This commit is contained in:
@@ -27,3 +27,13 @@ FetchContent_Declare(
|
||||
FetchContent_MakeAvailable(liblo)
|
||||
|
||||
add_subdirectory(${liblo_SOURCE_DIR}/cmake)
|
||||
|
||||
################################################################################
|
||||
# PortAudio
|
||||
################################################################################
|
||||
|
||||
FetchContent_Declare(
|
||||
portaudio
|
||||
URL http://files.portaudio.com/archives/pa_stable_v190700_20210406.tgz
|
||||
URL_HASH MD5=ad319249932c6794b551d954b8844402)
|
||||
FetchContent_MakeAvailable(portaudio)
|
||||
|
||||
Reference in New Issue
Block a user