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:
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":