gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit 6e32f0f188aa5221aaf97b1e4cc7896db7c3a488
parent 46c7e2721a05bd3b6328a913cfa4cd4ac38dc6ae
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Wed, 20 Nov 2024 19:27:02 +0100

add missing build presets

Diffstat:
MCMakePresets.json | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/CMakePresets.json b/CMakePresets.json @@ -124,6 +124,16 @@ "name": "github-Windows", "inherits": "default", "configurePreset": "github-Windows" + }, + { + "name": "github-macOS", + "inherits": "default", + "configurePreset": "github-macOS" + }, + { + "name": "github-Linux", + "inherits": "default", + "configurePreset": "github-Linux" } ], "packagePresets":