add simple envelope to stop popping

This commit is contained in:
2026-06-13 12:26:57 -05:00
parent 9f79f11a19
commit fcc24c5e3e
5 changed files with 16 additions and 7 deletions

View File

@@ -27,6 +27,11 @@ FetchContent_Declare(
GIT_REPOSITORY https://github.com/hyperrealm/libconfig.git
GIT_TAG v1.8.2
)
FetchContent_Declare(
eigen
GIT_REPOSITORY git@gitlab.com:libeigen/eigen.git
GIT_TAG 5.0
)
FetchContent_MakeAvailable(rtaudio)
FetchContent_MakeAvailable(rtmidi)
FetchContent_MakeAvailable(libconfig)