aboutsummaryrefslogtreecommitdiff
path: root/CMakePresets.json
diff options
context:
space:
mode:
Diffstat (limited to 'CMakePresets.json')
-rw-r--r--CMakePresets.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/CMakePresets.json b/CMakePresets.json
new file mode 100644
index 0000000..dc09fc2
--- /dev/null
+++ b/CMakePresets.json
@@ -0,0 +1,21 @@
+{
+ "version": 10,
+ "configurePresets": [
+ {
+ "name": "default",
+ "displayName": "Default Configuration",
+ "generator": "Ninja",
+ "binaryDir": "${sourceDir}/build",
+ "cacheVariables": {
+ "CMAKE_BUILD_TYPE": "Debug"
+ }
+ }
+ ],
+ "buildPresets": [
+ {
+ "name": "default",
+ "displayName": "Default Build",
+ "configurePreset": "default"
+ }
+ ]
+} \ No newline at end of file