mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2025-07-05 03:33:35 +00:00
Add portaudio dependency
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
project(samplebrain VERSION 1.0 LANGUAGES CXX)
|
||||
project(samplebrain VERSION 1.0 LANGUAGES C CXX)
|
||||
|
||||
include(Dependencies.cmake)
|
||||
|
||||
|
@ -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