mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2025-05-12 10:37:20 +00:00
Add portaudio dependency
This commit is contained in:
parent
572d6a127c
commit
2743caa02a
@ -1,5 +1,5 @@
|
|||||||
cmake_minimum_required(VERSION 3.16)
|
cmake_minimum_required(VERSION 3.16)
|
||||||
project(samplebrain VERSION 1.0 LANGUAGES CXX)
|
project(samplebrain VERSION 1.0 LANGUAGES C CXX)
|
||||||
|
|
||||||
include(Dependencies.cmake)
|
include(Dependencies.cmake)
|
||||||
|
|
||||||
|
@ -27,3 +27,13 @@ FetchContent_Declare(
|
|||||||
FetchContent_MakeAvailable(liblo)
|
FetchContent_MakeAvailable(liblo)
|
||||||
|
|
||||||
add_subdirectory(${liblo_SOURCE_DIR}/cmake)
|
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user