mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2025-05-15 11:47:20 +00:00
Add libsndfile dependency
This commit is contained in:
parent
2743caa02a
commit
30e16d80d9
@ -37,3 +37,13 @@ FetchContent_Declare(
|
|||||||
URL http://files.portaudio.com/archives/pa_stable_v190700_20210406.tgz
|
URL http://files.portaudio.com/archives/pa_stable_v190700_20210406.tgz
|
||||||
URL_HASH MD5=ad319249932c6794b551d954b8844402)
|
URL_HASH MD5=ad319249932c6794b551d954b8844402)
|
||||||
FetchContent_MakeAvailable(portaudio)
|
FetchContent_MakeAvailable(portaudio)
|
||||||
|
|
||||||
|
################################################################################
|
||||||
|
# libsndfile
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
FetchContent_Declare(
|
||||||
|
libsndfile
|
||||||
|
GIT_REPOSITORY https://github.com/libsndfile/libsndfile
|
||||||
|
GIT_TAG 1.1.0)
|
||||||
|
FetchContent_MakeAvailable(libsndfile)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user