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 62b90db3aaf204097b5b5b62b8cbfc71c2fe8df7
parent 0eef761c1b85c8e71af9d188859ec72c8f48c8eb
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sun,  6 Oct 2024 17:22:06 +0200

define build presets for the existing configure presets

Diffstat:
MCMakePresets.json | 11+++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/CMakePresets.json b/CMakePresets.json @@ -52,9 +52,16 @@ ], "buildPresets": [ { + "name": "default", + "configurePreset": "default" + }, + { + "name": "windows-x64", + "configurePreset": "windows-x64" + }, + { "name": "zynthian", - "configurePreset": "zynthian", - "jobs": 2 + "configurePreset": "zynthian" } ] } \ No newline at end of file