aboutsummaryrefslogtreecommitdiff
path: root/CMakePresets.json
diff options
context:
space:
mode:
Diffstat (limited to 'CMakePresets.json')
-rw-r--r--CMakePresets.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/CMakePresets.json b/CMakePresets.json
index 3e327f5..d28f1a5 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -9,5 +9,18 @@
"CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"
}
}
+ ],
+ "buildPresets": [
+ {
+ "name": "linux",
+ "configurePreset": "linux",
+ "jobs": 4
+ }
+ ],
+ "testPresets": [
+ {
+ "name": "linux",
+ "configurePreset": "linux"
+ }
]
}